Type Alias: IotaMoveViewCallResults
type IotaMoveViewCallResults =
| {
executionError: string;
}
| {
functionReturnValues: MoveValue[];
};
Type Declaration
{
executionError: string;
}
| Name | Type |
|---|---|
executionError | string |
Execution error from executing the move view call
{
functionReturnValues: MoveValue[];
}
| Name | Type |
|---|---|
functionReturnValues | MoveValue[] |