# Functions
MakeInMemoryStateDB creates a StateDB instance reflecting the state captured by the provided Substate allocation.
MakeOffTheChainStateDB returns an in-memory *state.StateDB initialized with alloc.
NewOffTheChainStateDB returns an empty in-memory *state.StateDB without disk caches.
# Interfaces
No description provided by the author