bdk/crates/file_store
Steve Myers 82f9caddab
Bump bdk version to 1.0.0-alpha.0
chain to 0.4.0
electrum to 0.2.0
esplora to 0.2.0
file_store to 0.1.0
2023-03-19 23:03:48 -05:00
..
2023-03-15 13:00:45 +08:00
2023-03-03 17:44:10 +01:00
2023-03-19 23:03:48 -05:00
2023-03-10 13:40:27 +13:00

BDK File Store

This is a simple append-only flat file implementation of Persist.

The main structure is KeychainStore, which can be used with bdk's Wallet to persist wallet data into a flat file.