![]() |
Bitcoin Core
22.0.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 1035 of file rpcwallet.cpp.
|
inline |
Definition at line 1041 of file rpcwallet.cpp.
| bool tallyitem::fIsWatchonly {false} |
Definition at line 1040 of file rpcwallet.cpp.
| CAmount tallyitem::nAmount {0} |
Definition at line 1037 of file rpcwallet.cpp.
| int tallyitem::nConf {std::numeric_limits<int>::max()} |
Definition at line 1038 of file rpcwallet.cpp.
| std::vector<uint256> tallyitem::txids |
Definition at line 1039 of file rpcwallet.cpp.
1.8.14