Expand description
Execution extensions for runtime calls.
This module is responsible for defining the execution
strategy for the runtime calls and provide the right Externalities
extensions to support APIs for particular execution context & capabilities.
Structs§
- Execution
Extensions - A producer of execution extensions for offchain calls.
- Extension
Before Block - An
ExtensionsFactory
that registers anExtension
before a certain block.
Traits§
- Extensions
Factory - Generate the starting set of
Extensions
.