Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CBlockTemplate Struct Reference

#include <miner.h>

+ Collaboration diagram for CBlockTemplate:

Public Attributes

CBlock block
 
std::vector< CAmountvTxFees
 
std::vector< int64_t > vTxSigOps
 
uint32_t nPrevBits
 
std::vector< CTxOutvoutMasternodePayments
 
std::vector< CTxOutvoutSuperblockPayments
 

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.

◆ nPrevBits

uint32_t CBlockTemplate::nPrevBits

Definition at line 31 of file miner.h.

◆ voutMasternodePayments

std::vector<CTxOut> CBlockTemplate::voutMasternodePayments

Definition at line 32 of file miner.h.

◆ voutSuperblockPayments

std::vector<CTxOut> CBlockTemplate::voutSuperblockPayments

Definition at line 33 of file miner.h.

◆ vTxFees

std::vector<CAmount> CBlockTemplate::vTxFees

Definition at line 29 of file miner.h.

◆ vTxSigOps

std::vector<int64_t> CBlockTemplate::vTxSigOps

Definition at line 30 of file miner.h.


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