Skip to main content

moveViewCall

No description

moveViewCall(
functionName: String!
typeArgs: [String!]
arguments: [JSON!]
): MoveViewResult!

Arguments

moveViewCall.functionName ● String! non-null scalar

moveViewCall.typeArgs ● [String!] list scalar

moveViewCall.arguments ● [JSON!] list scalar

Type

MoveViewResult object

The result of a move-view function call.

Execution errors are captured in the error field, in which case the results field will be None.

On success, the results field will contain the return values of the move view function, and the error field will be None.