|
CCF
|
This is the complete list of members for ccf::HashedTxHistory< T >, including all inherited members.
| append(const std::vector< uint8_t > &data) override | ccf::HashedTxHistory< T > | inlinevirtual |
| append_entry(const ccf::crypto::Sha256Hash &digest, std::optional< ccf::kv::Term > expected_term_of_next_version=std::nullopt) override | ccf::HashedTxHistory< T > | inline |
| ccf::kv::TxHistory::append_entry(const ccf::crypto::Sha256Hash &digest, std::optional< ccf::kv::Term > expected_term=std::nullopt)=0 | ccf::kv::TxHistory | pure virtual |
| compact(ccf::kv::Version v) override | ccf::HashedTxHistory< T > | inlinevirtual |
| emit_signature() override | ccf::HashedTxHistory< T > | inlinevirtual |
| get_cose_signatures_config() override | ccf::HashedTxHistory< T > | inlinevirtual |
| get_proof(ccf::kv::Version index) override | ccf::HashedTxHistory< T > | inlinevirtual |
| get_raw_leaf(uint64_t index) override | ccf::HashedTxHistory< T > | inlinevirtual |
| get_replicated_state_root() override | ccf::HashedTxHistory< T > | inlinevirtual |
| get_replicated_state_txid_and_root() override | ccf::HashedTxHistory< T > | inlinevirtual |
| HashedTxHistory(ccf::kv::Store &store_, NodeId id_, ccf::crypto::ECKeyPair &node_kp_, size_t sig_tx_interval_=0, size_t sig_ms_interval_=0, bool signature_timer=false) | ccf::HashedTxHistory< T > | inline |
| init_from_snapshot(const std::vector< uint8_t > &hash_at_snapshot) override | ccf::HashedTxHistory< T > | inlinevirtual |
| rollback(const ccf::TxID &tx_id, ccf::kv::Term term_of_next_version_) override | ccf::HashedTxHistory< T > | inlinevirtual |
| serialise_tree(size_t to) override | ccf::HashedTxHistory< T > | inlinevirtual |
| set_endorsed_certificate(const ccf::crypto::Pem &cert) override | ccf::HashedTxHistory< T > | inlinevirtual |
| set_node_id(const NodeId &id_) | ccf::HashedTxHistory< T > | inline |
| set_service_signing_identity(std::shared_ptr< ccf::crypto::ECKeyPair_OpenSSL > service_kp_, const ccf::COSESignaturesConfig &cose_signatures_config_) override | ccf::HashedTxHistory< T > | inlinevirtual |
| set_term(ccf::kv::Term t) override | ccf::HashedTxHistory< T > | inlinevirtual |
| signature_lock | ccf::HashedTxHistory< T > | |
| start_signature_emit_timer() override | ccf::HashedTxHistory< T > | inlinevirtual |
| try_emit_signature() override | ccf::HashedTxHistory< T > | inlinevirtual |
| verify_proof(const std::vector< uint8_t > &v) override | ccf::HashedTxHistory< T > | inlinevirtual |
| verify_root_signatures(ccf::kv::Version version) override | ccf::HashedTxHistory< T > | inlinevirtual |
| ~HashedTxHistory() override | ccf::HashedTxHistory< T > | inline |
| ~TxHistory()=default | ccf::kv::TxHistory | virtual |