bdk/crates/file_store
志宇 1eca568be5
feat!: rm persist submodule
Remove `PersistBackend`, `PersistBackendAsync`, `StageExt` and
`StageExtAsync`. Remove `async` feature flag and dependency. Update
examples and wallet.
2024-06-15 00:52:23 +08:00
..
2024-06-15 00:52:23 +08:00
2024-06-15 00:52:23 +08:00

BDK File Store

This is a simple append-only flat file database for persisting bdk_chain changesets.

The main structure is [Store] which works with any bdk_chain based changesets to persist data into a flat file.