bdk/crates/file_store
2024-07-07 16:46:10 +08:00
..
2024-07-07 16:46:10 +08:00
2024-06-14 21:24:55 -05:00
2024-06-15 00:52:23 +08:00

BDK File Store

This is a simple append-only flat file database for persisting bdk_chain changesets.

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