CCF
Loading...
Searching...
No Matches
Classes | Public Attributes | List of all members
ccf::CCFConfig Struct Reference

#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 = {}
 

Member Data Documentation

◆ attestation

Attestation ccf::CCFConfig::attestation = {}

◆ consensus

ccf::consensus::Configuration ccf::CCFConfig::consensus = {}

◆ historical_cache_soft_limit

ccf::ds::SizeString ccf::CCFConfig::historical_cache_soft_limit = {"512MB"}

◆ jwt

JWT ccf::CCFConfig::jwt = {}

◆ ledger

Ledger ccf::CCFConfig::ledger = {}

◆ ledger_signatures

LedgerSignatures ccf::CCFConfig::ledger_signatures = {}

◆ network

ccf::NodeInfoNetwork ccf::CCFConfig::network = {}

◆ node_certificate

NodeCertificateInfo ccf::CCFConfig::node_certificate = {}

◆ node_to_node_message_limit

size_t ccf::CCFConfig::node_to_node_message_limit = 23'726'566

◆ snapshots

Snapshots ccf::CCFConfig::snapshots = {}

◆ worker_threads

size_t ccf::CCFConfig::worker_threads = 0

The documentation for this struct was generated from the following file: