bdk_persist

Crates.iobdk_persist
lib.rsbdk_persist
version0.3.0
sourcesrc
created_at2024-05-02 19:06:27.891016
updated_at2024-05-23 23:06:30.201163
descriptionTypes that define data persistence of a BDK wallet
homepagehttps://bitcoindevkit.org
repositoryhttps://github.com/bitcoindevkit/bdk
max_upload_size
id1228019
size8,384
Steve Myers (notmandatory)

documentation

https://docs.rs/bdk_persist

README

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.

Commit count: 2254

cargo fmt