bdk/crates/file_store
LLFourn 0bee46e75b
fix(store): Remove lifetime
Remove gratuitous use of lifetimes in the main persistence struct
2024-01-19 11:28:56 +11:00
..
2024-01-19 11:28:56 +11:00
2024-01-18 19:07:37 +08:00

BDK File Store

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

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