|
CCF
|
#include "ccf/crypto/pem.h"#include "ccf/ds/quote_info.h"#include "ccf/endpoint_metrics.h"#include "ccf/endpoint_registry.h"#include "ccf/node_context.h"#include "ccf/tx_status.h"Go to the source code of this file.
Classes | |
| class | ccf::BaseEndpointRegistry |
Namespaces | |
| namespace | ccf |
Enumerations | |
| enum class | ccf::ApiResult : uint8_t { ccf::OK = 0 , ccf::Uninitialised , ccf::InvalidArgs , ccf::NotFound , ccf::InternalError } |
| enum class | ccf::InvalidArgsReason : uint8_t { ccf::NoReason = 0 , ccf::ViewSmallerThanOne , ccf::ActionAlreadyApplied , ccf::StaleActionCreatedTimestamp } |
Functions | |
| constexpr char const * | ccf::api_result_to_str (ApiResult result) |
| constexpr char const * | ccf::invalid_args_reason_to_str (InvalidArgsReason reason) |