lwk_common

Liquid Wallet Kit - Common utilities

9 releases (breaking)

new 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
Download history 203/week @ 2024-06-25 380/week @ 2024-07-02 205/week @ 2024-07-09 169/week @ 2024-07-16 82/week @ 2024-07-23 202/week @ 2024-07-30 130/week @ 2024-08-06 198/week @ 2024-08-13 146/week @ 2024-08-20 178/week @ 2024-08-27 160/week @ 2024-09-03 162/week @ 2024-09-10 116/week @ 2024-09-17 165/week @ 2024-09-24 100/week @ 2024-10-01 229/week @ 2024-10-08

659 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
~283K SLoC