bdk_persist 0.3.0

Types that define data persistence of a BDK wallet
Documentation
1
2
3
4
5
# 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.