Bitcoin
Public Attributes | List of all members
CBlockTemplate Struct Reference

#include <miner.h>

Public Attributes

CBlock block
 
std::vector< CAmountvTxFees
 
std::vector< int64_tvTxSigOpsCost
 
std::vector< unsigned char > vchCoinbaseCommitment
 

Member Data Documentation

◆ block

CBlock CBlockTemplate::block

◆ vchCoinbaseCommitment

std::vector<unsigned char> CBlockTemplate::vchCoinbaseCommitment

◆ vTxFees

std::vector<CAmount> CBlockTemplate::vTxFees

◆ vTxSigOpsCost

std::vector<int64_t> CBlockTemplate::vTxSigOpsCost

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