Dash Core  0.12.2.1
P2P Digital Currency
CBlockTemplate Struct Reference

#include <miner.h>

Public Attributes

CBlock block
 
std::vector< CAmountvTxFees
 
std::vector< int64_t > vTxSigOps
 

Detailed Description

Definition at line 26 of file miner.h.

Member Data Documentation

◆ block

CBlock CBlockTemplate::block

Definition at line 28 of file miner.h.

Referenced by getblocktemplate().

◆ vTxFees

std::vector<CAmount> CBlockTemplate::vTxFees

Definition at line 29 of file miner.h.

Referenced by getblocktemplate().

◆ vTxSigOps

std::vector<int64_t> CBlockTemplate::vTxSigOps

Definition at line 30 of file miner.h.

Referenced by getblocktemplate().


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