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