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