![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <miner.h>
Public Attributes | |
CBlock | block |
std::vector< CAmount > | vTxFees |
std::vector< int64_t > | vTxSigOps |
CBlock CBlockTemplate::block |
Definition at line 28 of file miner.h.
Referenced by getblocktemplate().
std::vector<CAmount> CBlockTemplate::vTxFees |
Definition at line 29 of file miner.h.
Referenced by getblocktemplate().
std::vector<int64_t> CBlockTemplate::vTxSigOps |
Definition at line 30 of file miner.h.
Referenced by getblocktemplate().