Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
tallyitem Struct Reference

Public Member Functions

 tallyitem ()
 

Public Attributes

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

Detailed Description

Definition at line 1257 of file rpcwallet.cpp.

Constructor & Destructor Documentation

◆ tallyitem()

tallyitem::tallyitem ( )
inline

Definition at line 1263 of file rpcwallet.cpp.

Member Data Documentation

◆ fIsWatchonly

bool tallyitem::fIsWatchonly

Definition at line 1262 of file rpcwallet.cpp.

◆ nAmount

CAmount tallyitem::nAmount

Definition at line 1259 of file rpcwallet.cpp.

◆ nConf

int tallyitem::nConf

Definition at line 1260 of file rpcwallet.cpp.

◆ txids

std::vector<uint256> tallyitem::txids

Definition at line 1261 of file rpcwallet.cpp.


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