Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Attributes | List of all members
CBlockTemplate Struct Reference

#include <main.h>

Collaboration diagram for CBlockTemplate:
Collaboration graph
[legend]

Public Attributes

CBlock block
 
std::vector< int64_tvTxFees
 
std::vector< int64_tvTxSigOps
 

Detailed Description

Definition at line 2246 of file main.h.

Member Data Documentation

CBlock CBlockTemplate::block

Definition at line 2248 of file main.h.

std::vector<int64_t> CBlockTemplate::vTxFees

Definition at line 2249 of file main.h.

std::vector<int64_t> CBlockTemplate::vTxSigOps

Definition at line 2250 of file main.h.


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