Other changes: * The `async-https` feature of `bdk_esplora` is no longer default. * Rename `ObservedAs` to `ChainPosition`. * Set temporary MSRV to 1.60.0 to compile all workspace members will all features.
11 lines
328 B
Markdown
11 lines
328 B
Markdown
# BDK File Store
|
|
|
|
This is a simple append-only flat file implementation of
|
|
[`Persist`](`bdk_chain::Persist`).
|
|
|
|
The main structure is [`Store`](`crate::Store`), which can be used with [`bdk`]'s
|
|
`Wallet` to persist wallet data into a flat file.
|
|
|
|
[`bdk`]: https://docs.rs/bdk/latest
|
|
[`bdk_chain`]: https://docs.rs/bdk_chain/latest
|