Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
node::CBlockTemplate Struct Reference

#include <miner.h>

Collaboration diagram for node::CBlockTemplate:
[legend]

Public Attributes

CBlock block
 
std::vector< CAmountvTxFees
 
std::vector< int64_t > vTxSigOpsCost
 
std::vector< unsigned char > vchCoinbaseCommitment
 

Detailed Description

Definition at line 35 of file miner.h.

Member Data Documentation

◆ block

CBlock node::CBlockTemplate::block

Definition at line 37 of file miner.h.

◆ vchCoinbaseCommitment

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

Definition at line 40 of file miner.h.

◆ vTxFees

std::vector<CAmount> node::CBlockTemplate::vTxFees

Definition at line 38 of file miner.h.

◆ vTxSigOpsCost

std::vector<int64_t> node::CBlockTemplate::vTxSigOpsCost

Definition at line 39 of file miner.h.


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