CCF
|
#include "ccf/crypto/symmetric_key.h"
#include "ccf/pal/locking.h"
#include "ccf/tx.h"
#include "ds/ccf_assert.h"
#include "kv/kv_types.h"
#include "ledger_secret.h"
#include "service/tables/secrets.h"
#include "service/tables/shares.h"
#include <algorithm>
#include <map>
#include <optional>
Go to the source code of this file.
Classes | |
class | ccf::LedgerSecrets |
Namespaces | |
namespace | ccf |
Typedefs | |
using | ccf::LedgerSecretsMap = std::map< ccf::kv::Version, LedgerSecretPtr > |
using | ccf::VersionedLedgerSecret = LedgerSecretsMap::value_type |