Skip to content

Commit

Permalink
ui: use emojis for yes/no on descriptors page
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Oct 28, 2024
1 parent e19e508 commit 04161ae
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions docs/descriptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Below are some tables to highlight the differences between Bitcoin Core's descri

| Key Type | BDK | rust-miniscript | Bitcoin Core |
| -------- | --------------- | --------------- | ------------ |
| Hex PublicKey | | | |
| WIF PrivateKey | | | |
| Extended Keys (xpub/xprv) | | | |
| Hex PublicKey | | | |
| WIF PrivateKey | | | |
| Extended Keys (xpub/xprv) | | | |

</div>

Expand All @@ -29,18 +29,18 @@ Below are some tables to highlight the differences between Bitcoin Core's descri

| Script Type | BDK | rust-miniscript | Bitcoin Core |
| -------- | --------------- | --------------- | ------------ |
| `pk()` | | | |
| `pkh()` | | | |
| `wpkh()` | | | |
| `tr()` | | | |
| `sh(wpkh())` | | | |
| `sh()` | | | |
| `wsh()` | | | |
| `sh(wsh())` | | | |
| `combo()` | || |
| `addr()` | || |
| `raw()` | || |
| Bare scripts | | | |
| `pk()` | | | |
| `pkh()` | | | |
| `wpkh()` | | | |
| `tr()` | | | |
| `sh(wpkh())` | | | |
| `sh()` | | | |
| `wsh()` | | | |
| `sh(wsh())` | | | |
| `combo()` | || |
| `addr()` | || |
| `raw()` | || |
| Bare scripts | | | |

</div>

Expand All @@ -50,20 +50,20 @@ Below are some tables to highlight the differences between Bitcoin Core's descri

| Operator | BDK | rust-miniscript | Bitcoin Core |
| -------- | --------------- | --------------- | ------------ |
| `pk()` | | | |
| `pkh()` | | | |
| `older()` | | | |
| `after()` | | | |
| `sha256()` | | | |
| `hash256()` | | | |
| `ripemd160()` | | | |
| `hash160()` | | | |
| `andor()` | | | |
| `and_{v,b,n}()` | | | |
| `or_{b,c,d,i}()` | | | |
| `multi()` | | | |
| `thresh()` | | | |
| `sortedmulti()` | | | |
| `pk()` | | | |
| `pkh()` | | | |
| `older()` | | | |
| `after()` | | | |
| `sha256()` | | | |
| `hash256()` | | | |
| `ripemd160()` | | | |
| `hash160()` | | | |
| `andor()` | | | |
| `and_{v,b,n}()` | | | |
| `or_{b,c,d,i}()` | | | |
| `multi()` | | | |
| `thresh()` | | | |
| `sortedmulti()` | | | |

</div>

Expand All @@ -73,16 +73,16 @@ Below are some tables to highlight the differences between Bitcoin Core's descri

| Script Type | BDK | rust-miniscript | Bitcoin Core |
| -------- | --------------- | --------------- | ------------ |
| `a:` | | | |
| `s:` | | | |
| `c:` | | | |
| `t:` | | | |
| `d:` | | | |
| `v:` | | | |
| `j:` | | | |
| `n:` | | | |
| `l:` | | | |
| `u:` | | | |
| `a:` | | | |
| `s:` | | | |
| `c:` | | | |
| `t:` | | | |
| `d:` | | | |
| `v:` | | | |
| `j:` | | | |
| `n:` | | | |
| `l:` | | | |
| `u:` | | | |

</div>

Expand Down

0 comments on commit 04161ae

Please sign in to comment.