Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
tallyitem () | |
Public Attributes | |
CAmount | nAmount |
int | nConf |
std::vector< uint256 > | txids |
bool | fIsWatchonly |
Definition at line 1788 of file rpcwallet.cpp.
|
inline |
Definition at line 1793 of file rpcwallet.cpp.
bool tallyitem::fIsWatchonly |
Definition at line 1792 of file rpcwallet.cpp.
CAmount tallyitem::nAmount |
Definition at line 1789 of file rpcwallet.cpp.
int tallyitem::nConf |
Definition at line 1790 of file rpcwallet.cpp.
std::vector<uint256> tallyitem::txids |
Definition at line 1791 of file rpcwallet.cpp.