3 releases (breaking)
0.3.0 | May 23, 2024 |
---|---|
0.2.0 | May 10, 2024 |
0.1.0 | May 2, 2024 |
#5 in #bitcoin-wallet
511 downloads per month
220KB
3.5K
SLoC
BDK Persist
This crate is home to the PersistBackend
trait which defines the behavior of a database to perform the task of persisting changes made to BDK data structures.
The Persist
type provides a convenient wrapper around a PersistBackend
that allows staging changes before committing them.
Dependencies
~12MB
~133K SLoC