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§
- Utility and gas used as a result of checking a solution’s state transitions.
- Server configuration.
Enums§
- The outcome of a solution, that is:
Traits§
- Access to state required by the state read VM.
- Storage trait for the Essential platform. All inserts and updates are idempotent.
Type Aliases§
- Unit used to measure gas.