Type alias ViewFunctionJsonPayload

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

Payload sent to the fullnode for a JSON view request

Type declaration