14 #ifndef BITCOIN_WALLET_TYPES_H 15 #define BITCOIN_WALLET_TYPES_H 17 #include <type_traits> 51 using isminefilter = std::underlying_type<isminetype>::type;
68 #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.