Expand description
Types associated with executing runtime API calls.
Structs§
- Payload
- A runtime API payload containing the generic argument data
and interpreting the result of the call as
ReturnTy. - Runtime
Api - Execute runtime API calls.
- Runtime
ApiClient - Execute runtime API calls.
Traits§
- Runtime
ApiPayload - This represents a runtime API payload that can call into the runtime of node.
Functions§
- dynamic
- Create a new
DynamicRuntimeApiPayload.
Type Aliases§
- Dynamic
Runtime ApiPayload - A dynamic runtime API payload.