Module sc_client_api::execution_extensions
source · 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
- A producer of execution extensions for offchain calls.
- Execution strategies settings.
- An
ExtensionsFactory
that registers anExtension
before a certain block.
Enums
- Strategy for executing a call into the runtime.
Traits
- Create a Offchain DB accessor object.
- Generate the starting set of
Extensions
.