Crates.io | bdk_file_store |
lib.rs | bdk_file_store |
version | 0.17.0 |
source | src |
created_at | 2023-03-01 00:47:39.640463 |
updated_at | 2024-10-02 16:53:22.270669 |
description | A simple append-only flat file database for persisting bdk_chain data. |
homepage | |
repository | https://github.com/bitcoindevkit/bdk |
max_upload_size | |
id | 797625 |
size | 23,200 |
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.