Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
CBlockTemplate Struct Reference

#include <miner.h>

Collaboration diagram for CBlockTemplate:
[legend]

Public Attributes

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

Detailed Description

Definition at line 38 of file miner.h.

Member Data Documentation

CBlock CBlockTemplate::block

Definition at line 40 of file miner.h.

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

Definition at line 43 of file miner.h.

std::vector<CAmount> CBlockTemplate::vTxFees

Definition at line 41 of file miner.h.

std::vector<int64_t> CBlockTemplate::vTxSigOpsCost

Definition at line 42 of file miner.h.


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