2023-03-10 13:40:27 +13:00
|
|
|
# BDK File Store
|
|
|
|
|
2024-06-01 00:06:20 -05:00
|
|
|
This is a simple append-only flat file implementation of [`PersistBackend`](bdk_chain::persist::PersistBackend).
|
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/
|