bdk/crates/file_store
志宇 5ae5fe30eb
[bdk_chain_redesign] Introduce BlockAnchor trait
* Introduce `GraphedTx` struct to access transaction data of graphed
  transactions.
* Ability to insert/access anchors and "seen at" values for graphed
  transactions.
* `Additions` now records changes to anchors and last_seen_at.
2023-03-24 12:11:41 +08: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.