PRCYCoin  2.0.0.7rc1
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 > vTxSigOps
 

Detailed Description

Definition at line 50 of file miner.h.

Member Data Documentation

◆ block

CBlock CBlockTemplate::block

Definition at line 51 of file miner.h.

◆ vTxFees

std::vector<CAmount> CBlockTemplate::vTxFees

Definition at line 52 of file miner.h.

◆ vTxSigOps

std::vector<int64_t> CBlockTemplate::vTxSigOps

Definition at line 53 of file miner.h.


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