25 AbstractStateCache& state_cache,
26 std::shared_ptr<NetworkIdentitySubsystemInterface>
27 network_identity_subsystem);
42 std::shared_ptr<NetworkIdentitySubsystemInterface>
43 network_identity_subsystem);
48 const std::vector<uint8_t>& cose_receipt,
49 std::shared_ptr<NetworkIdentitySubsystemInterface>
50 network_identity_subsystem);
Definition historical_queries_adapter.h:18
std::shared_ptr< State > StatePtr
Definition historical_queries_interface.h:41
bool populate_service_endorsements(ccf::kv::ReadOnlyTx &tx, ccf::historical::StatePtr &state, AbstractStateCache &state_cache, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem)
Definition historical_queries_utils.cpp:105
void verify_self_issued_receipt(const std::vector< uint8_t > &cose_receipt, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem)
Definition historical_queries_utils.cpp:248
bool populate_cose_service_endorsements(ccf::kv::ReadOnlyTx &tx, ccf::historical::StatePtr &state, std::shared_ptr< NetworkIdentitySubsystemInterface > network_identity_subsystem)
Definition historical_queries_utils.cpp:195