1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00:00

Specify BIP 386: Taproot descriptors

This commit is contained in:
Andrew Chow
2021-06-29 16:33:02 -04:00
parent 5403ff90d6
commit 761ef12782
3 changed files with 115 additions and 0 deletions

View File

@@ -227,6 +227,10 @@ All available expression types are listed in this table.
| Key
| <tt>KEY</tt>
| 380
|-
| Tree
| <tt>TREE</tt>
| [[bip-0386.mediawiki|386]]
|}
==Appendix B: Index of Script Expressions==
@@ -267,4 +271,7 @@ This Table lists all available Script expressions and the BIPs specifying them.
|-
| <tt>addr(ADDR)</tt>
| [[bip-0385.mediawiki|385]]
|-
| <tt>tr(KEY)</tt>, <tt>tr(KEY, TREE)</tt>
| [[bip-0386.mediawiki|386]]
|}