Crate bdk_file_store
source ·Expand description
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.
Structs
- Iterator over entries in a file store.
- Persists an append-only list of changesets (
C
) to a single file.
Enums
- Error that occurs due to problems encountered with the file.
- Error type for
EntryIter
.