bdk/crates/file_store
志宇 2aa08a5898
[persist_redesign] Introduce redesigned persist types
This is a more generic version of `keychain::persist::*` structures.

Additional changes:

* The `Append` trait has a new method `is_empty`.
* Introduce `Store` structure for `bdk_file_store`.
2023-05-09 12:55:44 +08:00
..
2023-03-03 17:44:10 +01: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.