Bitcoin Core  22.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
BlockAssembler::Options Struct Reference

#include <miner.h>

Collaboration diagram for BlockAssembler::Options:
[legend]

Public Member Functions

 Options ()
 

Public Attributes

size_t nBlockMaxWeight
 
CFeeRate blockMinFeeRate
 

Detailed Description

Definition at line 154 of file miner.h.

Constructor & Destructor Documentation

◆ Options()

BlockAssembler::Options::Options ( )

Definition at line 58 of file miner.cpp.

Member Data Documentation

◆ blockMinFeeRate

CFeeRate BlockAssembler::Options::blockMinFeeRate

Definition at line 157 of file miner.h.

◆ nBlockMaxWeight

size_t BlockAssembler::Options::nBlockMaxWeight

Definition at line 156 of file miner.h.


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