![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
tallyitem () | |
Public Attributes | |
CAmount | nAmount |
int | nConf |
vector< uint256 > | txids |
bool | fIsWatchonly |
Definition at line 1200 of file rpcwallet.cpp.
|
inline |
Definition at line 1206 of file rpcwallet.cpp.
bool tallyitem::fIsWatchonly |
Definition at line 1205 of file rpcwallet.cpp.
Referenced by ListReceived().
CAmount tallyitem::nAmount |
Definition at line 1202 of file rpcwallet.cpp.
Referenced by ListReceived().
int tallyitem::nConf |
Definition at line 1203 of file rpcwallet.cpp.
Referenced by ListReceived().
vector<uint256> tallyitem::txids |
Definition at line 1204 of file rpcwallet.cpp.
Referenced by ListReceived().