IotaMoveViewCallResults
@iota/iota-sdk / client / IotaMoveViewCallResults
Type Alias: IotaMoveViewCallResults
IotaMoveViewCallResults = {
executionError:string; } | {functionReturnValues:MoveValue[]; }
Defined in: sdk/typescript/src/client/types/generated.ts:675
Union Members
Type Literal
{ executionError: string; }
Execution error from executing the move view call
Type Literal
{ functionReturnValues: MoveValue[]; }