1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-06-22 17:37:25 +00:00

Specify BIP 383: Multisig descriptors

This commit is contained in:
Andrew Chow
2021-06-27 20:27:33 -04:00
parent fb56a18c89
commit 608f40b498
3 changed files with 91 additions and 0 deletions

View File

@@ -252,4 +252,10 @@ This Table lists all available Script expressions and the BIPs specifying them.
|-
| <tt>wsh(SCRIPT)</tt>
| [[bip-0382.mediawiki|382]]
|-
| <tt>multi(NUM, KEY, ..., KEY)</tt>
| [[bip-0383.mediawiki|383]]
|-
| <tt>sortedmulti(NUM, KEY, ..., KEY)</tt>
| [[bip-0383.mediawiki|383]]
|}