Bitcoin Core 28.99.0
P2P Digital Currency
|
Cachable amount subdivided into watchonly and spendable parts. More...
#include <transaction.h>
Public Member Functions | |
void | Reset () |
void | Set (isminefilter filter, CAmount value) |
Public Attributes | |
std::bitset< ISMINE_ENUM_ELEMENTS > | m_cached |
CAmount | m_value [ISMINE_ENUM_ELEMENTS] |
Cachable amount subdivided into watchonly and spendable parts.
Definition at line 132 of file transaction.h.
|
inline |
|
inline |
std::bitset<ISMINE_ENUM_ELEMENTS> wallet::CachableAmount::m_cached |
Definition at line 135 of file transaction.h.
CAmount wallet::CachableAmount::m_value[ISMINE_ENUM_ELEMENTS] |
Definition at line 136 of file transaction.h.