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/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, AbstractStateCache &state_cache) |