Module backend

Module backend 

Source
Expand description

State machine backends. These manage the code and storage of contracts.

Structs§

BackendRuntimeCode
Wrapper to create a RuntimeCode from a type that implements Backend.

Traits§

Backend
A state backend is used to read state data and can have changes committed to it.
Consolidate
Trait that allows consolidate two transactions together.