Skip to content

Instantly share code, notes, and snippets.

@sanket1729
Created November 17, 2020 17:33
Show Gist options
  • Select an option

  • Save sanket1729/e9466db60cdf73e9067fe3cf0934e9c6 to your computer and use it in GitHub Desktop.

Select an option

Save sanket1729/e9466db60cdf73e9067fe3cf0934e9c6 to your computer and use it in GitHub Desktop.
Descriptor_design
Descriptor{
Sh(ShInner),
Wsh(WshInner),
Bare(Miniscript),
Pk,
Pkh,
Wpkh,
}
WshInner{
ms(Miniscript),
sortedmulti(SortedMulti)
}
ShInner{
ms(Miniscript),
sorted(SortedMulti),
Wpkh(Pk),
WshInner,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment