Expand description
This module contains the trait and types used to represent runtime API calls that can be made.
Structs§
- Default
Payload - A runtime API payload containing the generic argument data
and interpreting the result of the call as
ReturnTy
.
Traits§
- Payload
- This represents a runtime API payload that can call into the runtime of node.
Functions§
- dynamic
- Create a new
DynamicPayload
.
Type Aliases§
- Dynamic
Payload - A dynamic runtime API payload.
- Static
Payload - A statically generated runtime API payload.