Skip to main content

Type Alias: IotaMoveViewCallResults

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

Type Declaration

{
executionError: string;
}
NameType
executionErrorstring

Execution error from executing the move view call

{
functionReturnValues: MoveValue[];
}
NameType
functionReturnValuesMoveValue[]