CCF
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations | Functions
recovery_type.h File Reference
#include "ccf/ds/json.h"
#include "ccf/service/map.h"
#include "kv/kv_types.h"

Go to the source code of this file.

Namespaces

namespace  ccf
 
namespace  ccf::Tables
 

Typedefs

using ccf::LastRecoveryType = ServiceValue< RecoveryType >
 

Enumerations

enum  ccf::RecoveryType { 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"}})