|
CCF
|
Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::Tables |
Typedefs | |
| using | ccf::LastRecoveryType = ServiceValue< RecoveryType > |
Enumerations | |
| enum | ccf::RecoveryType : std::uint8_t { ccf::NONE = 0 , ccf::RECOVERY_SHARES = 1 , ccf::LOCAL_UNSEALING = 2 } |
Functions | |
| ccf::DECLARE_JSON_ENUM (RecoveryType, {{RecoveryType::NONE, "None"}, {RecoveryType::RECOVERY_SHARES, "RECOVERY_SHARES"}, {RecoveryType::LOCAL_UNSEALING, "LOCAL_UNSEALING"}}) | |