bdk/crates/file_store/README.md
Steve Myers 9e97ac0330
refactor(persist): update file_store, sqlite, wallet to use bdk_chain::persist
Also update examples and remove bdk_persist crate.
2024-06-13 12:56:25 -05:00

309 B

BDK File Store

This is a simple append-only flat file implementation of PersistBackend.

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