Module sp_core::traits [−][src]
Shareable Substrate traits.
Structs
CallInWasmExt | The call-in-wasm extension to register/retrieve from the externalities. |
CodeNotFound | Could not find the |
NoneFetchRuntimeCode | Type that implements |
RuntimeCode | The Wasm code of a Substrate runtime. |
RuntimeSpawnExt | Extension that supports spawning extra runtime instances in externalities. |
TaskExecutorExt | Task executor extension. |
WrappedRuntimeCode | Wrapper to use a |
Enums
MissingHostFunctions |
|
Traits
CallInWasm | Something that can call a method in a WASM blob. |
CodeExecutor | Code execution engine. |
Externalities | The Substrate externalities. |
ExternalitiesExt | Extension for the |
FetchRuntimeCode | Something that can fetch the runtime |
RuntimeSpawn | Runtime spawn extension. |
SpawnNamed | Something that can spawn futures (blocking and non-blocking) with an assigned name. |