6 #ifndef BITCOIN_WALLET_ISMINE_H 7 #define BITCOIN_WALLET_ISMINE_H 46 m_value[filter] = value;
50 #endif // BITCOIN_WALLET_ISMINE_H
CAmount m_value[ISMINE_ENUM_ELEMENTS]
uint8_t isminefilter
used for bitflags of isminetype
std::bitset< ISMINE_ENUM_ELEMENTS > m_cached
int64_t CAmount
Amount in satoshis (Can be negative)
void Set(isminefilter filter, CAmount value)
isminetype
IsMine() return codes.
Cachable amount subdivided into watchonly and spendable parts.
Serialized script, used inside transaction inputs and outputs.
A CWallet maintains a set of transactions and balances, and provides the ability to create new transa...