![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
Public Member Functions | |
| tallyitem ()=default | |
Public Attributes | |
| CAmount | nAmount {0} |
| int | nConf {std::numeric_limits<int>::max()} |
| std::vector< uint256 > | txids |
| bool | fIsWatchonly {false} |
Definition at line 61 of file transactions.cpp.
|
default |
| bool wallet::tallyitem::fIsWatchonly {false} |
Definition at line 66 of file transactions.cpp.
| CAmount wallet::tallyitem::nAmount {0} |
Definition at line 63 of file transactions.cpp.
| int wallet::tallyitem::nConf {std::numeric_limits<int>::max()} |
Definition at line 64 of file transactions.cpp.
| std::vector<uint256> wallet::tallyitem::txids |
Definition at line 65 of file transactions.cpp.
1.8.14