Dash Core  0.12.2.1
P2P Digital Currency
tallyitem Struct Reference

Public Member Functions

 tallyitem ()
 

Public Attributes

CAmount nAmount
 
int nConf
 
vector< uint256txids
 
bool fIsWatchonly
 

Detailed Description

Definition at line 1200 of file rpcwallet.cpp.

Constructor & Destructor Documentation

◆ tallyitem()

tallyitem::tallyitem ( )
inline

Definition at line 1206 of file rpcwallet.cpp.

Member Data Documentation

◆ fIsWatchonly

bool tallyitem::fIsWatchonly

Definition at line 1205 of file rpcwallet.cpp.

Referenced by ListReceived().

◆ nAmount

CAmount tallyitem::nAmount

Definition at line 1202 of file rpcwallet.cpp.

Referenced by ListReceived().

◆ nConf

int tallyitem::nConf

Definition at line 1203 of file rpcwallet.cpp.

Referenced by ListReceived().

◆ txids

vector<uint256> tallyitem::txids

Definition at line 1204 of file rpcwallet.cpp.

Referenced by ListReceived().


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