Go to the source code of this file.
|
| ccf::DECLARE_JSON_ENUM (ServiceStatus, {{ServiceStatus::OPENING, "Opening"}, {ServiceStatus::OPEN, "Open"}, {ServiceStatus::WAITING_FOR_RECOVERY_SHARES, "WaitingForRecoveryShares"}, {ServiceStatus::RECOVERING, "Recovering"}}) |
|
| ccf::DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS (ServiceInfo) |
|
| ccf::DECLARE_JSON_REQUIRED_FIELDS (ServiceInfo, cert, status) |
|
| ccf::DECLARE_JSON_OPTIONAL_FIELDS (ServiceInfo, previous_service_identity_version, recovery_count, service_data, current_service_create_txid) |
|