![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Public Member Functions | |
| tallyitem ()=default | |
Public Attributes | |
| Amount | nAmount {Amount::zero()} |
| int | nConf {std::numeric_limits<int>::max()} |
| std::vector< uint256 > | txids |
| bool | fIsWatchonly {false} |
Definition at line 960 of file rpcwallet.cpp.
|
default |
| bool tallyitem::fIsWatchonly {false} |
Definition at line 964 of file rpcwallet.cpp.
| Amount tallyitem::nAmount {Amount::zero()} |
Definition at line 961 of file rpcwallet.cpp.
| int tallyitem::nConf {std::numeric_limits<int>::max()} |
Definition at line 962 of file rpcwallet.cpp.
| std::vector<uint256> tallyitem::txids |
Definition at line 963 of file rpcwallet.cpp.