bdk/crates/file_store/README.md

8 lines
309 B
Markdown
Raw Normal View History

2023-03-10 13:40:27 +13:00
# BDK File Store
This is a simple append-only flat file implementation of [`PersistBackend`](bdk_chain::persist::PersistBackend).
2023-03-10 13:40:27 +13:00
The main structure is [`Store`] which works with any [`bdk_chain`] based changesets to persist data into a flat file.
2023-03-10 13:40:27 +13:00
[`bdk_chain`]:https://docs.rs/bdk_chain/latest/bdk_chain/