Module massa_execution_worker::storage_backend
source · Expand description
Provide abstraction and implementations of a storage backend for the the dump-block feature
Structs§
- A storage backend that uses the file system as the underlying storage engine.
- A storage backend that uses RocksDB as the underlying storage engine.
Traits§
- A trait that defines the interface for a storage backend for the dump-block feature.