Expand description
Shareable Substrate traits.
Structs§
- Code
NotFound - Could not find the
:code
in the externalities while initializing theRuntimeCode
. - None
Fetch Runtime Code - Type that implements
FetchRuntimeCode
and always returnsNone
. - Read
Runtime Version Ext - An extension that provides functionality to read version information from a given wasm blob.
- Runtime
Code - The Wasm code of a Substrate runtime.
- Wrapped
Runtime Code - Wrapper to use a
u8
slice orVec
asFetchRuntimeCode
.
Enums§
- Call
Context - The context in which a call is done.
Traits§
- Code
Executor - Code execution engine.
- Externalities
- The Substrate externalities.
- Externalities
Ext - Extension for the
Externalities
trait. - Fetch
Runtime Code - Something that can fetch the runtime
:code
. - Read
Runtime Version - A trait that allows reading version information from the binary.
- Spawn
Essential Named - Something that can spawn essential tasks (blocking and non-blocking) with an assigned name and optional group.
- Spawn
Named - Something that can spawn tasks (blocking and non-blocking) with an assigned name and optional group.