#include <ledger_secret.h>
◆ LedgerSecret() [1/3]
ccf::LedgerSecret::LedgerSecret |
( |
| ) |
|
|
default |
◆ ~LedgerSecret()
ccf::LedgerSecret::~LedgerSecret |
( |
| ) |
|
|
inline |
◆ LedgerSecret() [2/3]
ccf::LedgerSecret::LedgerSecret |
( |
const LedgerSecret & |
other | ) |
|
|
inline |
◆ LedgerSecret() [3/3]
ccf::LedgerSecret::LedgerSecret |
( |
std::vector< uint8_t > && |
raw_key_, |
|
|
std::optional< ccf::kv::Version > |
previous_secret_stored_version_ = std::nullopt |
|
) |
| |
|
inline |
◆ get_commit_secret()
◆ operator==()
bool ccf::LedgerSecret::operator== |
( |
const LedgerSecret & |
other | ) |
const |
|
inline |
◆ commit_secret
◆ key
◆ previous_secret_stored_version
std::optional<ccf::kv::Version> ccf::LedgerSecret::previous_secret_stored_version |
◆ raw_key
std::vector<uint8_t> ccf::LedgerSecret::raw_key |
The documentation for this struct was generated from the following file: