13 #ifndef BITCOIN_WALLET_TYPES_H 14 #define BITCOIN_WALLET_TYPES_H 16 #include <type_traits> 50 using isminefilter = std::underlying_type<isminetype>::type;
67 #endif // BITCOIN_WALLET_TYPES_H
Never set in current code may be present in older wallet databases.
AddressPurpose
Address purpose field that has been been stored with wallet sending and receiving addresses since BIP...
std::underlying_type< isminetype >::type isminefilter
used for bitflags of isminetype
isminetype
IsMine() return codes, which depend on ScriptPubKeyMan implementation.