Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Data Fields
CBlockTemplate Struct Reference

#include <main.h>

+ Collaboration diagram for CBlockTemplate:

Data Fields

CBlock block
 
std::vector< int64_t > vTxFees
 
std::vector< int64_t > vTxSigOps
 

Detailed Description

Definition at line 1069 of file main.h.

Field Documentation

CBlock CBlockTemplate::block

Definition at line 1071 of file main.h.

Referenced by CreateNewBlock(), and getblocktemplate().

std::vector<int64_t> CBlockTemplate::vTxFees

Definition at line 1072 of file main.h.

Referenced by CreateNewBlock(), and getblocktemplate().

std::vector<int64_t> CBlockTemplate::vTxSigOps

Definition at line 1073 of file main.h.

Referenced by CreateNewBlock(), and getblocktemplate().


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