We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbc181 commit e19e508Copy full SHA for e19e508
docs/descriptors/README.md
@@ -32,14 +32,15 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
32
| `pk()` | ✓ | ✓ | ✓ |
33
| `pkh()` | ✓ | ✓ | ✓ |
34
| `wpkh()` | ✓ | ✓ | ✓ |
35
+| `tr()` | ✓ | ✓ | ✓ |
36
| `sh(wpkh())` | ✓ | ✓ | ✓ |
37
| `sh()` | ✓ | ✓ | ✓ |
38
| `wsh()` | ✓ | ✓ | ✓ |
39
| `sh(wsh())` | ✓ | ✓ | ✓ |
40
| `combo()` | ✗ | ✗ | ✓ |
41
| `addr()` | ✗ | ✗ | ✓ |
42
| `raw()` | ✗ | ✗ | ✓ |
-| Bare scripts | ✓ | ✓ | ✗ |
43
+| Bare scripts | ✓ | ✓ | ✗ |
44
45
</div>
46
0 commit comments