|
CCF
|
#include "ccf/ds/json.h"Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | std |
| STL namespace. | |
Enumerations | |
| enum class | ccf::NodeStartupState : uint8_t { ccf::uninitialized , ccf::initialized , ccf::pending , ccf::partOfPublicNetwork , ccf::partOfNetwork , ccf::readingPublicLedger , ccf::readingPrivateLedger } |
Functions | |
| ccf::DECLARE_JSON_ENUM (ccf::NodeStartupState, {{ccf::NodeStartupState::uninitialized, "Uninitialized"}, {ccf::NodeStartupState::initialized, "Initialized"}, {ccf::NodeStartupState::pending, "Pending"}, {ccf::NodeStartupState::partOfPublicNetwork, "PartOfPublicNetwork"}, {ccf::NodeStartupState::partOfNetwork, "PartOfNetwork"}, {ccf::NodeStartupState::readingPublicLedger, "ReadingPublicLedger"}, {ccf::NodeStartupState::readingPrivateLedger, "ReadingPrivateLedger"}}) | |
| std::ostream & | std::operator<< (std::ostream &os, ccf::NodeStartupState s) |