mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 5e1aab2334 into merged_master (Bitcoin PR bitcoin/bitcoin#27155)
This commit is contained in:
commit
d559388e4e
1 changed files with 4 additions and 0 deletions
|
|
@ -2336,6 +2336,10 @@ static RPCHelpMan scantxoutset()
|
|||
" combo(<pubkey>) P2PK, P2PKH, P2WPKH, and P2SH-P2WPKH outputs for the given pubkey\n"
|
||||
" pkh(<pubkey>) P2PKH outputs for the given pubkey\n"
|
||||
" sh(multi(<n>,<pubkey>,<pubkey>,...)) P2SH-multisig outputs for the given threshold and pubkeys\n"
|
||||
" tr(<pubkey>) P2TR\n"
|
||||
" tr(<pubkey>,{pk(<pubkey>)}) P2TR with single fallback pubkey in tapscript\n"
|
||||
" rawtr(<pubkey>) P2TR with the specified key as output key rather than inner\n"
|
||||
" wsh(and_v(v:pk(<pubkey>),after(2))) P2WSH miniscript with mandatory pubkey and a timelock\n"
|
||||
"\nIn the above, <pubkey> either refers to a fixed public key in hexadecimal notation, or to an xpub/xprv optionally followed by one\n"
|
||||
"or more path elements separated by \"/\", and optionally ending in \"/*\" (unhardened), or \"/*'\" or \"/*h\" (hardened) to specify all\n"
|
||||
"unhardened or hardened child keys.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue