10 releases (breaking)

0.9.0 Feb 27, 2025
0.8.0 Oct 14, 2024
0.7.0 Jul 5, 2024
0.5.2 May 22, 2024
0.1.0 Jan 26, 2024

#30 in #liquid

Download history 137/week @ 2024-11-19 102/week @ 2024-11-26 145/week @ 2024-12-03 171/week @ 2024-12-10 75/week @ 2024-12-17 29/week @ 2024-12-24 84/week @ 2024-12-31 135/week @ 2025-01-07 187/week @ 2025-01-14 201/week @ 2025-01-21 246/week @ 2025-01-28 245/week @ 2025-02-04 139/week @ 2025-02-11 113/week @ 2025-02-18 264/week @ 2025-02-25 210/week @ 2025-03-04

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

MIT OR BSD-2-Clause

78KB
1K SLoC

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