|
CCF
|
#include "ccf/historical_queries_interface.h"#include "ccf/network_identity_interface.h"#include "ccf/rpc_context.h"#include "ccf/tx.h"Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::historical |
Functions | |
| bool | ccf::historical::populate_service_endorsements (ccf::kv::ReadOnlyTx &tx, ccf::historical::StatePtr &state, AbstractStateCache &state_cache, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem) |
| bool | ccf::historical::populate_cose_service_endorsements (ccf::kv::ReadOnlyTx &tx, ccf::historical::StatePtr &state, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem) |
| void | ccf::historical::verify_self_issued_receipt (const std::vector< uint8_t > &cose_receipt, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem) |