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

#22 in #liquid

Download history 189/week @ 2024-07-29 129/week @ 2024-08-05 209/week @ 2024-08-12 115/week @ 2024-08-19 201/week @ 2024-08-26 134/week @ 2024-09-02 155/week @ 2024-09-09 155/week @ 2024-09-16 145/week @ 2024-09-23 115/week @ 2024-09-30 72/week @ 2024-10-07 369/week @ 2024-10-14 80/week @ 2024-10-21 87/week @ 2024-10-28 83/week @ 2024-11-04 76/week @ 2024-11-11

352 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
~285K SLoC