bdk/crates/file_store
Jose Storopoli 028caa9f8c
fix(typos): existant -> existent
These typos are blocking the Nix typo CI in #1257
2024-01-06 14:13:56 -03:00
..
2024-01-06 14:13:56 -03:00
2023-10-11 17:30:36 -05: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.