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::STR, "descriptor", "The descriptor in canonical form, without private keys"},
178
+
{RPCResult::Type::STR, "descriptor", "The descriptor in canonical form, without private keys. For a multipath descriptor, only the first will be returned."},
179
+
{RPCResult::Type::ARR, "multipath_expansion", /*optional=*/true, "All descriptors produced by expanding multipath derivation elements. Only if the provided descriptor specifies multipath derivation elements.",
180
+
{
181
+
{RPCResult::Type::STR, "", ""},
182
+
}},
179
183
{RPCResult::Type::STR, "checksum", "The checksum for the input descriptor"},
180
184
{RPCResult::Type::BOOL, "isrange", "Whether the descriptor is ranged"},
181
185
{RPCResult::Type::BOOL, "issolvable", "Whether the descriptor is solvable"},
" tr(<pubkey>,multi_a(<n>,<pubkey>,<pubkey>,...)) P2TR-multisig outputs for the given threshold and pubkeys\n"
222
235
"\nIn the above, <pubkey> either refers to a fixed public key in hexadecimal notation, or to an xpub/xprv optionally followed by one\n"
223
236
"or more path elements separated by \"/\", where \"h\" represents a hardened child key.\n"
224
-
"For more information on output descriptors, see the documentation in the doc/descriptors.md file.\n"},
237
+
"For more information on output descriptors, see the documentation in the doc/descriptors.md file.\n"
238
+
"Note that only descriptors that specify a single derivation path can be derived.\n"},
225
239
{
226
240
{"descriptor", RPCArg::Type::STR, RPCArg::Optional::NO, "The descriptor."},
227
241
{"range", RPCArg::Type::RANGE, RPCArg::Optional::OMITTED, "If a ranged descriptor is used, this specifies the end or the range (in [begin,end] notation) to derive."},
0 commit comments