Module runtime

Source
Expand description

Runtime state and related traits.

Structs§

Context
Context of the runtime.
Log
Log
RuntimeConfig
Runtime config.
RuntimeState
Runtime state.
RuntimeStateAndConfig
Runtime state and config.
TransactionContext
Context of the transaction.
Transfer
Transfer from source to target, with given value.

Enums§

SetCodeOrigin
Identify if the origin of set_code() comes from a transaction or subcall.
TouchKind
For what reason is the address marked hot.

Traits§

GasState
Gas state.
RuntimeBackend
The distinguish between RuntimeBaseBackend and RuntimeBackend is for the implementation of overlays.
RuntimeBaseBackend
Runtime base backend. The immutable and limited part of RuntimeBackend.
RuntimeEnvironment
Runtime environment.