#include <history.h>
◆ MerkleTreeHistory() [1/3]
◆ MerkleTreeHistory() [2/3]
ccf::MerkleTreeHistory::MerkleTreeHistory |
( |
const std::vector< uint8_t > & |
serialised | ) |
|
|
inline |
◆ MerkleTreeHistory() [3/3]
◆ ~MerkleTreeHistory()
ccf::MerkleTreeHistory::~MerkleTreeHistory |
( |
| ) |
|
|
inline |
◆ append()
◆ begin_index()
uint64_t ccf::MerkleTreeHistory::begin_index |
( |
| ) |
|
|
inline |
◆ deserialise()
void ccf::MerkleTreeHistory::deserialise |
( |
const std::vector< uint8_t > & |
serialised | ) |
|
|
inline |
◆ end_index()
uint64_t ccf::MerkleTreeHistory::end_index |
( |
| ) |
|
|
inline |
◆ flush()
void ccf::MerkleTreeHistory::flush |
( |
uint64_t |
index | ) |
|
|
inline |
◆ get_leaf()
◆ get_proof()
Proof ccf::MerkleTreeHistory::get_proof |
( |
uint64_t |
index | ) |
|
|
inline |
◆ get_root()
◆ in_range()
bool ccf::MerkleTreeHistory::in_range |
( |
uint64_t |
index | ) |
|
|
inline |
◆ operator=()
◆ retract()
void ccf::MerkleTreeHistory::retract |
( |
uint64_t |
index | ) |
|
|
inline |
◆ serialise() [1/2]
std::vector< uint8_t > ccf::MerkleTreeHistory::serialise |
( |
| ) |
|
|
inline |
◆ serialise() [2/2]
std::vector< uint8_t > ccf::MerkleTreeHistory::serialise |
( |
size_t |
from, |
|
|
size_t |
to |
|
) |
| |
|
inline |
◆ verify()
bool ccf::MerkleTreeHistory::verify |
( |
const Proof & |
r | ) |
|
|
inline |
The documentation for this class was generated from the following file: