bdk_file_store

Crates.iobdk_file_store
lib.rsbdk_file_store
version0.17.0
sourcesrc
created_at2023-03-01 00:47:39.640463
updated_at2024-10-02 16:53:22.270669
descriptionA simple append-only flat file database for persisting bdk_chain data.
homepage
repositoryhttps://github.com/bitcoindevkit/bdk
max_upload_size
id797625
size23,200
(ValuedMammal)

documentation

https://docs.rs/bdk_file_store

README

BDK File Store

This is a simple append-only flat file database for persisting bdk_chain changesets.

The main structure is [Store] which works with any bdk_chain based changesets to persist data into a flat file.

Commit count: 2137

cargo fmt