Expand description
Implements a wrapper around RocksDB meant for storing state only accessible outside of the zkVM execution environment, as this data is not included in the JMT and does not contribute to proofs of execution.
Structsยง
- NativeDB
- A typed wrapper around RocksDB for storing native-only accessory state.
Internally, this is roughly just an
Arc<SchemaDB>
.