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
Constructor & Destructor Documentation
◆ Options()
| BlockAssembler::Options::Options | ( | ) |
Definition at line 74 of file miner.cpp.
References blockMinFeeRate, DEFAULT_BLOCK_MAX_SIZE, DEFAULT_BLOCK_MIN_TX_FEE, and nBlockMaxSize.
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:

