![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
Public Member Functions | |
tallyitem () | |
Public Attributes | |
CAmount | nAmount {0} |
int | nConf {std::numeric_limits<int>::max()} |
std::vector< uint256 > | txids |
bool | fIsWatchonly {false} |
Definition at line 1044 of file rpcwallet.cpp.
|
inline |
Definition at line 1050 of file rpcwallet.cpp.
bool tallyitem::fIsWatchonly {false} |
Definition at line 1049 of file rpcwallet.cpp.
CAmount tallyitem::nAmount {0} |
Definition at line 1046 of file rpcwallet.cpp.
int tallyitem::nConf {std::numeric_limits<int>::max()} |
Definition at line 1047 of file rpcwallet.cpp.
std::vector<uint256> tallyitem::txids |
Definition at line 1048 of file rpcwallet.cpp.