#include <tx_receipt_impl.h>
|
| TxReceiptImpl (const std::vector< uint8_t > &signature_, const std::optional< std::vector< uint8_t > > &cose_signature, const HistoryTree::Hash &root_, std::shared_ptr< ccf::HistoryTree::Path > path_, const NodeId &node_id_, const std::optional< ccf::crypto::Pem > &node_cert_, const std::optional< ccf::crypto::Sha256Hash > &write_set_digest_=std::nullopt, const std::optional< std::string > &commit_evidence_=std::nullopt, const ccf::ClaimsDigest &claims_digest_=ccf::no_claims(), const std::optional< std::vector< ccf::crypto::Pem > > &service_endorsements_=std::nullopt, const std::optional< std::vector< std::vector< uint8_t > > > &cose_endorsements_=std::nullopt) |
|
◆ TxReceiptImpl()
ccf::TxReceiptImpl::TxReceiptImpl |
( |
const std::vector< uint8_t > & |
signature_, |
|
|
const std::optional< std::vector< uint8_t > > & |
cose_signature, |
|
|
const HistoryTree::Hash & |
root_, |
|
|
std::shared_ptr< ccf::HistoryTree::Path > |
path_, |
|
|
const NodeId & |
node_id_, |
|
|
const std::optional< ccf::crypto::Pem > & |
node_cert_, |
|
|
const std::optional< ccf::crypto::Sha256Hash > & |
write_set_digest_ = std::nullopt , |
|
|
const std::optional< std::string > & |
commit_evidence_ = std::nullopt , |
|
|
const ccf::ClaimsDigest & |
claims_digest_ = ccf::no_claims() , |
|
|
const std::optional< std::vector< ccf::crypto::Pem > > & |
service_endorsements_ = std::nullopt , |
|
|
const std::optional< std::vector< std::vector< uint8_t > > > & |
cose_endorsements_ = std::nullopt |
|
) |
| |
|
inline |
◆ claims_digest
◆ commit_evidence
std::optional<std::string> ccf::TxReceiptImpl::commit_evidence = std::nullopt |
◆ cose_endorsements
std::optional<std::vector<std::vector<uint8_t> > > ccf::TxReceiptImpl::cose_endorsements |
◆ cose_signature
std::optional<std::vector<uint8_t> > ccf::TxReceiptImpl::cose_signature = std::nullopt |
◆ node_cert
◆ node_id
◆ path
std::shared_ptr<ccf::HistoryTree::Path> ccf::TxReceiptImpl::path = {} |
◆ root
HistoryTree::Hash ccf::TxReceiptImpl::root = {} |
◆ service_endorsements
std::optional<std::vector<ccf::crypto::Pem> > ccf::TxReceiptImpl::service_endorsements |
◆ signature
std::vector<uint8_t> ccf::TxReceiptImpl::signature = {} |
◆ write_set_digest
The documentation for this struct was generated from the following file: