CCF
Loading...
Searching...
No Matches
create_tx_claims_digest.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5#include <kv/kv_types.h>
6#include <optional>
7
8namespace ccf
9{
15 std::optional<ccf::ClaimsDigest::Digest> get_create_tx_claims_digest(
17}
Definition tx.h:160
Definition app_interface.h:14
std::optional< ccf::ClaimsDigest::Digest > get_create_tx_claims_digest(ccf::kv::ReadOnlyTx &tx)
Definition create_tx_claims_digest.cpp:10