2023-03-10 13:40:27 +13:00
|
|
|
# BDK File Store
|
|
|
|
|
2024-06-14 20:42:25 +08:00
|
|
|
This is a simple append-only flat file database for persisting [`bdk_chain`] changesets.
|
2023-03-10 13:40:27 +13:00
|
|
|
|
2024-05-14 10:15:51 -05: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
|
|
|
|
2024-05-14 10:15:51 -05:00
|
|
|
[`bdk_chain`]:https://docs.rs/bdk_chain/latest/bdk_chain/
|