Bitcoin Core 28.99.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 65 of file transactions.cpp.
|
default |
bool wallet::tallyitem::fIsWatchonly {false} |
Definition at line 70 of file transactions.cpp.
CAmount wallet::tallyitem::nAmount {0} |
Definition at line 67 of file transactions.cpp.
int wallet::tallyitem::nConf {std::numeric_limits<int>::max()} |
Definition at line 68 of file transactions.cpp.
std::vector<uint256> wallet::tallyitem::txids |
Definition at line 69 of file transactions.cpp.