Fabcoin Core  0.16.2
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
 
size_t nBlockMaxSize
 
CFeeRate blockMinFeeRate
 

Detailed Description

Definition at line 213 of file miner.h.

Constructor & Destructor Documentation

BlockAssembler::Options::Options ( )

Definition at line 89 of file miner.cpp.

Member Data Documentation

CFeeRate BlockAssembler::Options::blockMinFeeRate

Definition at line 217 of file miner.h.

size_t BlockAssembler::Options::nBlockMaxSize

Definition at line 216 of file miner.h.

size_t BlockAssembler::Options::nBlockMaxWeight

Definition at line 215 of file miner.h.


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