25 static constexpr auto SNAPSHOT_EVIDENCE =
26 "public:ccf.internal.snapshot_evidence";
Definition sha256_hash.h:16
#define DECLARE_JSON_REQUIRED_FIELDS(TYPE,...)
Definition json.h:712
#define DECLARE_JSON_TYPE(TYPE)
Definition json.h:661
uint64_t Version
Definition version.h:8
Definition app_interface.h:15
ccf::kv::ValueSerialisedWith< V, ccf::kv::serialisers::JsonSerialiser, ccf::kv::serialisers::ZeroBlitUnitCreator > ServiceValue
Definition map.h:28
ServiceValue< SnapshotHash > SnapshotEvidence
Definition snapshot_evidence.h:22
Definition snapshot_evidence.h:12
ccf::kv::Version version
Sequence number to which the snapshot corresponds.
Definition snapshot_evidence.h:16
ccf::crypto::Sha256Hash hash
Snapshot digest.
Definition snapshot_evidence.h:14