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§
Traits§
- Parse
- Interface for Instruction implementations, relying on
homestore-coreto implement custom parsing specifics.
Functions§
- resolve_
links - Resolve awaited promises for only Ipld data, given a lookup function.