Crates.io | bdk_persist |
lib.rs | bdk_persist |
version | 0.3.0 |
source | src |
created_at | 2024-05-02 19:06:27.891016 |
updated_at | 2024-05-23 23:06:30.201163 |
description | Types that define data persistence of a BDK wallet |
homepage | https://bitcoindevkit.org |
repository | https://github.com/bitcoindevkit/bdk |
max_upload_size | |
id | 1228019 |
size | 8,384 |
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.