#include <kv_types.h>
Inherited by ccf::HashedTxHistory< T >, and ccf::NullTxHistory.
◆ RequestID
◆ Result
Enumerator |
---|
FAIL | |
OK | |
SEND_SIG_RECEIPT_ACK | |
SEND_REPLY_AND_NONCE | |
◆ ~TxHistory()
virtual ccf::kv::TxHistory::~TxHistory |
( |
| ) |
|
|
inlinevirtual |
◆ append()
virtual void ccf::kv::TxHistory::append |
( |
const std::vector< uint8_t > & |
data | ) |
|
|
pure virtual |
◆ append_entry()
◆ compact()
virtual void ccf::kv::TxHistory::compact |
( |
Version |
v | ) |
|
|
pure virtual |
◆ emit_signature()
virtual void ccf::kv::TxHistory::emit_signature |
( |
| ) |
|
|
pure virtual |
◆ get_cose_signatures_config()
◆ get_proof()
virtual std::vector< uint8_t > ccf::kv::TxHistory::get_proof |
( |
Version |
v | ) |
|
|
pure virtual |
◆ get_raw_leaf()
virtual std::vector< uint8_t > ccf::kv::TxHistory::get_raw_leaf |
( |
uint64_t |
index | ) |
|
|
pure virtual |
◆ get_replicated_state_root()
◆ get_replicated_state_txid_and_root()
◆ init_from_snapshot()
virtual bool ccf::kv::TxHistory::init_from_snapshot |
( |
const std::vector< uint8_t > & |
hash_at_snapshot | ) |
|
|
pure virtual |
◆ rollback()
◆ serialise_tree()
virtual std::vector< uint8_t > ccf::kv::TxHistory::serialise_tree |
( |
size_t |
to | ) |
|
|
pure virtual |
◆ set_endorsed_certificate()
virtual void ccf::kv::TxHistory::set_endorsed_certificate |
( |
const ccf::crypto::Pem & |
cert | ) |
|
|
pure virtual |
◆ set_service_signing_identity()
◆ set_term()
◆ start_signature_emit_timer()
virtual void ccf::kv::TxHistory::start_signature_emit_timer |
( |
| ) |
|
|
pure virtual |
◆ try_emit_signature()
virtual void ccf::kv::TxHistory::try_emit_signature |
( |
| ) |
|
|
pure virtual |
◆ verify_proof()
virtual bool ccf::kv::TxHistory::verify_proof |
( |
const std::vector< uint8_t > & |
proof | ) |
|
|
pure virtual |
◆ verify_root_signatures()
virtual bool ccf::kv::TxHistory::verify_root_signatures |
( |
ccf::kv::Version |
version | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: