Expand description
Runtime state and related traits.
Structs§
- Context
- Context of the runtime.
- Log
- Log
- Runtime
Config - Runtime config.
- Runtime
State - Runtime state.
- Runtime
State AndConfig - Runtime state and config.
- Transaction
Context - Context of the transaction.
- Transfer
- Transfer from source to target, with given value.
Enums§
- SetCode
Origin - Identify if the origin of set_code() comes from a transaction or subcall.
- Touch
Kind - For what reason is the address marked hot.
Traits§
- GasState
- Gas state.
- Runtime
Backend - The distinguish between
RuntimeBaseBackend
andRuntimeBackend
is for the implementation of overlays. - Runtime
Base Backend - Runtime base backend. The immutable and limited part of RuntimeBackend.
- Runtime
Environment - Runtime environment.