Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
node::BlockAssembler::Options Struct Reference

#include <miner.h>

Collaboration diagram for node::BlockAssembler::Options:
[legend]

Public Member Functions

 Options ()
 

Public Attributes

uint64_t nExcessiveBlockSize
 
uint64_t nMaxGeneratedBlockSize
 
CFeeRate blockMinFeeRate
 

Detailed Description

Definition at line 76 of file miner.h.

Constructor & Destructor Documentation

◆ Options()

node::BlockAssembler::Options::Options ( )

Definition at line 57 of file miner.cpp.

Member Data Documentation

◆ blockMinFeeRate

CFeeRate node::BlockAssembler::Options::blockMinFeeRate

Definition at line 80 of file miner.h.

◆ nExcessiveBlockSize

uint64_t node::BlockAssembler::Options::nExcessiveBlockSize

Definition at line 78 of file miner.h.

◆ nMaxGeneratedBlockSize

uint64_t node::BlockAssembler::Options::nMaxGeneratedBlockSize

Definition at line 79 of file miner.h.


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