Skip to main content

Type Alias: IotaMoveViewCallResults

IotaMoveViewCallResults = { executionError: string; } | { functionReturnValues: MoveValue[]; }

Type Declaration

{ executionError: string; }

executionError

executionError: string

Execution error from executing the move view call

{ functionReturnValues: MoveValue[]; }

functionReturnValues

functionReturnValues: MoveValue[]