Maps each wallet flag to its serialized string name.
Declared in <wallet/wallet.h>
inline std::map<WalletFlags, std::string> const WALLET_FLAG_TO_STRING = WALLET_FLAG_TO_STRING{
{WALLET_FLAG_AVOID_REUSE, "avoid_reuse"},
{WALLET_FLAG_BLANK_WALLET, "blank"},
{WALLET_FLAG_KEY_ORIGIN_METADATA, "key_origin_metadata"},
{WALLET_FLAG_LAST_HARDENED_XPUB_CACHED, "last_hardened_xpub_cached"},
{WALLET_FLAG_DISABLE_PRIVATE_KEYS, "disable_private_keys"},
{WALLET_FLAG_DESCRIPTORS, "descriptor_wallet"},
{WALLET_FLAG_EXTERNAL_SIGNER, "external_signer"}
};