Expand description
Implements a wrapper around RocksDB meant for storing rollup state. This is primarily used as the backing store for the JMT(JellyfishMerkleTree).
Structsยง
- StateDB
- A typed wrapper around the db for storing rollup state. Internally,
this is roughly just an
Arc<SchemaDB>
.