#utilities #liquid #wallet #kit #signer #methods #xpub

lwk_common

Liquid Wallet Kit - Common utilities

3 releases (breaking)

0.3.0 Mar 20, 2024
0.2.0 Feb 1, 2024
0.1.0 Jan 26, 2024

#5 in #signer

Download history 344/week @ 2024-01-29 20/week @ 2024-02-19 26/week @ 2024-02-26 2/week @ 2024-03-11 321/week @ 2024-03-18 43/week @ 2024-03-25 90/week @ 2024-04-01

456 downloads per month
Used in 8 crates (7 directly)

MIT OR BSD-2-Clause

29KB
638 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

~23MB
~264K SLoC