6 #ifndef BITCOIN_WALLET_ISMINE_H 7 #define BITCOIN_WALLET_ISMINE_H 13 #include <type_traits> 51 using isminefilter = std::underlying_type<isminetype>::type;
73 #endif // BITCOIN_WALLET_ISMINE_H
CAmount m_value[ISMINE_ENUM_ELEMENTS]
int64_t CAmount
Amount in satoshis (Can be negative)
std::underlying_type< isminetype >::type isminefilter
used for bitflags of isminetype
std::bitset< ISMINE_ENUM_ELEMENTS > m_cached
isminetype
IsMine() return codes, which depend on ScriptPubKeyMan implementation.
Cachable amount subdivided into watchonly and spendable parts.
Serialized script, used inside transaction inputs and outputs.
void Set(isminefilter filter, CAmount value)