Module input

Module input 

Source
Expand description

Input paramters for Instruction execution and means to generally parse and resolve them.

Structs§

Args
A list of ordered Input arguments/parameters.
Parsed
Parsed Args consisting of Inputs for execution flows, as well as an optional function name/definition.

Enums§

Input
Contains parameters expected by the URI/Ability pair.

Traits§

Parse
Interface for Instruction implementations, relying on homestore-core to implement custom parsing specifics.

Functions§

resolve_links
Resolve awaited promises for only Ipld data, given a lookup function.