40 static constexpr auto ENCRYPTED_LEDGER_SECRETS =
41 "public:ccf.internal.encrypted_ledger_secrets";
#define DECLARE_JSON_REQUIRED_FIELDS(TYPE,...)
Definition json.h:736
#define DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS(TYPE)
Definition json.h:712
#define DECLARE_JSON_OPTIONAL_FIELDS(TYPE,...)
Definition json.h:811
Definition app_interface.h:13
std::map< NodeId, EncryptedLedgerSecrets > LedgerSecretsForNodes
Definition secrets.h:33
std::vector< EncryptedLedgerSecret > EncryptedLedgerSecrets
Definition secrets.h:32
std::vector< uint8_t > encrypted_secret
Definition secrets.h:19
std::optional< ccf::kv::Version > version
Definition secrets.h:16
std::optional< ccf::kv::Version > previous_secret_stored_version
Definition secrets.h:22