CCF
|
#include <startup_config.h>
Inherited by ccf::StartupConfig, and host::CCHostConfig.
Classes | |
struct | Attestation |
struct | JWT |
struct | Ledger |
struct | LedgerSignatures |
struct | NodeCertificateInfo |
struct | Snapshots |
Public Attributes | |
size_t | worker_threads = 0 |
size_t | node_to_node_message_limit = 23'726'566 |
ccf::ds::SizeString | historical_cache_soft_limit = {"512MB"} |
ccf::consensus::Configuration | consensus = {} |
ccf::NodeInfoNetwork | network = {} |
NodeCertificateInfo | node_certificate = {} |
Ledger | ledger = {} |
LedgerSignatures | ledger_signatures = {} |
JWT | jwt = {} |
Attestation | attestation = {} |
Snapshots | snapshots = {} |
Attestation ccf::CCFConfig::attestation = {} |
ccf::consensus::Configuration ccf::CCFConfig::consensus = {} |
ccf::ds::SizeString ccf::CCFConfig::historical_cache_soft_limit = {"512MB"} |
JWT ccf::CCFConfig::jwt = {} |
Ledger ccf::CCFConfig::ledger = {} |
LedgerSignatures ccf::CCFConfig::ledger_signatures = {} |
ccf::NodeInfoNetwork ccf::CCFConfig::network = {} |
NodeCertificateInfo ccf::CCFConfig::node_certificate = {} |
size_t ccf::CCFConfig::node_to_node_message_limit = 23'726'566 |
Snapshots ccf::CCFConfig::snapshots = {} |
size_t ccf::CCFConfig::worker_threads = 0 |