You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{RPCResult::Type::BOOL, "descriptors", "whether this wallet uses descriptors for output script management"},
60
60
{RPCResult::Type::BOOL, "external_signer", "whether this wallet is configured to use an external signer such as a hardware wallet"},
61
+
{RPCResult::Type::ARR, "bip388", /*optional=*/true, "BIP388 HMACs provided by external signers",
62
+
{
63
+
{RPCResult::Type::OBJ, "bip388_hmacs", "BIP388 HMACs for the policies registered with the external signer",
64
+
{
65
+
{RPCResult::Type::STR, "name", "the name of the BIP388 policy"},
66
+
{RPCResult::Type::STR, "fingerprint", "the fingerprint of the external signer"},
67
+
{RPCResult::Type::STR_HEX, "hmac", "the BIP388 HMAC for the policy and fingerprint"},
68
+
},
69
+
}}},
61
70
{RPCResult::Type::BOOL, "blank", "Whether this wallet intentionally does not contain any keys, scripts, or descriptors"},
62
71
{RPCResult::Type::NUM_TIME, "birthtime", /*optional=*/true, "The start time for blocks scanning. It could be modified by (re)importing any descriptor with an earlier timestamp."},
63
72
{RPCResult::Type::ARR, "flags", "The flags currently set on the wallet",
0 commit comments