Type Alias ViewFunctionJsonPayload

ViewFunctionJsonPayload: {
    function: MoveFunctionId;
    functionArguments: MoveValue[];
    typeArguments: MoveStructId[];
}

The payload sent to the fullnode for a JSON view request.