bdk/crates/file_store/README.md

8 lines
285 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 database for persisting [`bdk_chain`] changesets.
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/