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§
- Check
Solution Output - Utility and gas used as a result of checking a solution’s state transitions.
- Config
- Server configuration.
- Essential
- Time
Config - Time configuration.
Enums§
- Solution
Outcome - The outcome of a solution, that is:
Traits§
- State
Read - 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.