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