Module payload

Module payload 

Source
Expand description

This module contains the trait and types used to represent View Function calls that can be made.

Structs§

DefaultPayload
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§

DynamicPayload
A dynamic View Function payload.
StaticPayload
A statically generated View Function payload.