|
CCF
|
#include "ccf/historical_queries_utils.h"#include "ccf/crypto/cose_verifier.h"#include "ccf/rpc_context.h"#include "ccf/service/tables/service.h"#include "consensus/aft/raft_types.h"#include "kv/kv_types.h"#include "node/cose_common.h"#include "node/historical_queries.h"#include "node/identity.h"#include "node/tx_receipt_impl.h"#include "service/tables/previous_service_identity.h"Namespaces | |
| namespace | ccf |
| namespace | ccf::historical |
Functions | |
| std::optional< ServiceInfo > | ccf::historical::find_previous_service_identity (ccf::kv::ReadOnlyTx &tx, ccf::historical::StatePtr &state, AbstractStateCache &state_cache) |
| 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) |