Expand description
This module defines the storage abstractions for individual chains and certificates.
Modules§
Structs§
- Chain
Runtime Context - An implementation of
ExecutionRuntimeContext
suitable for the core protocol. - Chain
States First Assignment - An implementation of
DualStoreRootKeyAssignment
that stores the chain states into the first store. - DbStorage
- Main implementation of the
Storage
trait. - Test
Clock - A clock implementation that uses a stored number of microseconds and that can be updated explicitly. All clones share the same time, and setting it in one clone updates all the others.
- Wall
Clock - A
Clock
implementation using the system clock.
Constants§
- DEFAULT_
NAMESPACE - The default namespace to be used when none is specified