9 releases (breaking)

0.8.0 Oct 14, 2024
0.7.0 Jul 5, 2024
0.5.2 May 22, 2024
0.4.0 May 3, 2024
0.1.0 Jan 26, 2024

#23 in #liquid

Download history 153/week @ 2024-08-22 178/week @ 2024-08-29 160/week @ 2024-09-05 127/week @ 2024-09-12 176/week @ 2024-09-19 114/week @ 2024-09-26 89/week @ 2024-10-03 287/week @ 2024-10-10 162/week @ 2024-10-17 91/week @ 2024-10-24 71/week @ 2024-10-31 73/week @ 2024-11-07 110/week @ 2024-11-14 111/week @ 2024-11-21 98/week @ 2024-11-28 149/week @ 2024-12-05

489 downloads per month
Used in 9 crates (8 directly)

MIT OR BSD-2-Clause

62KB
907 lines

A crate containing common code used in multiple other crate in the workspace, such as:

  • Utils to inspect a PSET: get the net effect of a PSET on a given wallet [pset_balance()], or get how many signatures are missing , and which signers should provide them [pset_signatures()].
  • Signer trait: contains the methods to be implemented by a signer such as signing a pset or returning an xpub

To avoid circular dependencies this crate must not depend on other crate of the workspace

Dependencies

~24MB
~286K SLoC