Expand description
Shareable Substrate traits.
Structs
- Could not find the
:code
in the externalities while initializing theRuntimeCode
. - Type that implements
FetchRuntimeCode
and always returnsNone
. - An extension that provides functionality to read version information from a given wasm blob.
- The Wasm code of a Substrate runtime.
Enums
- The context in which a call is done.
Traits
- Code execution engine.
- The Substrate externalities.
- Extension for the
Externalities
trait. - Something that can fetch the runtime
:code
. - A trait that allows reading version information from the binary.
- Something that can spawn essential tasks (blocking and non-blocking) with an assigned name and optional group.
- Something that can spawn tasks (blocking and non-blocking) with an assigned name and optional group.