Crate essential_server

Source
Expand description

A library providing the Essential server’s core logic around handling storage read/write access, validation and state transitions.

For an executable implementation of the Essential server, see the essential-rest-server crate.

Structs§

CheckSolutionOutput
Utility and gas used as a result of checking a solution’s state transitions.
Config
Server configuration.
Essential
TimeConfig
Time configuration.

Enums§

SolutionOutcome
The outcome of a solution, that is:

Traits§

StateRead
Access to state required by the state read VM.
Storage
Storage trait for the Essential platform. All inserts and updates are idempotent.

Type Aliases§

Gas
Unit used to measure gas.