PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CompactTallyItem Struct Reference

#include <wallet.h>

Collaboration diagram for CompactTallyItem:
[legend]

Public Member Functions

 CompactTallyItem ()
 

Public Attributes

CBitcoinAddress address
 
CAmount nAmount
 
std::vector< CTxInvecTxIn
 

Detailed Description

Definition at line 115 of file wallet.h.

Constructor & Destructor Documentation

◆ CompactTallyItem()

CompactTallyItem::CompactTallyItem ( )
inline

Definition at line 119 of file wallet.h.

Member Data Documentation

◆ address

CBitcoinAddress CompactTallyItem::address

Definition at line 116 of file wallet.h.

◆ nAmount

CAmount CompactTallyItem::nAmount

Definition at line 117 of file wallet.h.

◆ vecTxIn

std::vector<CTxIn> CompactTallyItem::vecTxIn

Definition at line 118 of file wallet.h.


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