Available on crate feature
kv-chainstore only.Expand description
This is a basic kv database that stores all metadata about our blockchain and utreexo state.
Structsยง
- KvChain
Store - As for now we use a KV (key/value) database to store the chain data. This struct provides a way to interact with the chain data stored in the KV store. It uses buckets to store and retrieve data concerning headers, indexes, and metadata.