Bitcoin ABC  0.29.3
P2P Digital Currency
Public Attributes | List of all members
kernel::BlockManagerOpts Struct Reference

An options struct for BlockManager, more ergonomically referred to as BlockManager::Options due to the using-declaration in BlockManager. More...

#include <blockmanager_opts.h>

Collaboration diagram for kernel::BlockManagerOpts:
[legend]

Public Attributes

const CChainParamschainparams
 
uint64_t prune_target {0}
 

Detailed Description

An options struct for BlockManager, more ergonomically referred to as BlockManager::Options due to the using-declaration in BlockManager.

Definition at line 16 of file blockmanager_opts.h.

Member Data Documentation

◆ chainparams

const CChainParams& kernel::BlockManagerOpts::chainparams

Definition at line 17 of file blockmanager_opts.h.

◆ prune_target

uint64_t kernel::BlockManagerOpts::prune_target {0}

Definition at line 18 of file blockmanager_opts.h.


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