![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
Cachable amount subdivided into watchonly and spendable parts. More...
#include <ismine.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.
|
inline |
|
inline |
std::bitset<ISMINE_ENUM_ELEMENTS> wallet::CachableAmount::m_cached |
CAmount wallet::CachableAmount::m_value[ISMINE_ENUM_ELEMENTS] |