Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Public Member Functions

 tallyitem ()
 

Public Attributes

CAmount nAmount
 
int nConf
 
std::vector< uint256txids
 
bool fIsWatchonly
 

Detailed Description

Definition at line 1289 of file rpcwallet.cpp.

Constructor & Destructor Documentation

◆ tallyitem()

tallyitem::tallyitem ( )
inline

Definition at line 1295 of file rpcwallet.cpp.

References fIsWatchonly, nAmount, and nConf.

Member Data Documentation

◆ fIsWatchonly

bool tallyitem::fIsWatchonly

Definition at line 1294 of file rpcwallet.cpp.

Referenced by ListReceived(), and tallyitem().

◆ nAmount

CAmount tallyitem::nAmount

Definition at line 1291 of file rpcwallet.cpp.

Referenced by ListReceived(), and tallyitem().

◆ nConf

int tallyitem::nConf

Definition at line 1292 of file rpcwallet.cpp.

Referenced by ListReceived(), and tallyitem().

◆ txids

std::vector<uint256> tallyitem::txids

Definition at line 1293 of file rpcwallet.cpp.

Referenced by ListReceived().


The documentation for this struct was generated from the following file:
Released under the MIT license