Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

BlockAssembler::Options Struct Reference

#include <miner.h>

+ Collaboration diagram for BlockAssembler::Options:

Public Member Functions

 Options ()
 

Public Attributes

size_t nBlockMaxSize
 
CFeeRate blockMinFeeRate
 

Detailed Description

Definition at line 151 of file miner.h.

Constructor & Destructor Documentation

◆ Options()

BlockAssembler::Options::Options ( )

Member Data Documentation

◆ blockMinFeeRate

CFeeRate BlockAssembler::Options::blockMinFeeRate

Definition at line 154 of file miner.h.

Referenced by BlockAssembler::BlockAssembler(), DefaultOptions(), and Options().

◆ nBlockMaxSize

size_t BlockAssembler::Options::nBlockMaxSize

Definition at line 153 of file miner.h.

Referenced by BlockAssembler::BlockAssembler(), DefaultOptions(), and Options().


The documentation for this struct was generated from the following files:
Released under the MIT license