Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Attributes | List of all members
CBlockTemplate Struct Reference

#include <main.h>

+ Collaboration diagram for CBlockTemplate:

Public Attributes

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

Detailed Description

Definition at line 1069 of file main.h.

Member Data 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: