bdk/crates/file_store/README.md
2023-03-10 13:40:27 +13:00

363 B

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.