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.
- An
ExtensionsFactory
that registers anExtension
before a certain block.
Traits§
- Generate the starting set of
Extensions
.