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 |
KeystoreExt | The keystore extension to register/retrieve from the externalities. |
NoneFetchRuntimeCode | Type that implements |
RuntimeCode | The Wasm code of a Substrate runtime. |
TaskExecutorExt | Task executor extension. |
WrappedRuntimeCode | Wrapper to use a |
Enums
Error | BareCryptoStore error |
MissingHostFunctions |
|
Traits
BareCryptoStore | Something that generates, stores and provides access to keys. |
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 |
SpawnNamed | Something that can spawn futures (blocking and non-blocking) with an assigned name. |
Type Definitions
BareCryptoStorePtr | A pointer to the key store. |