@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias ViewFunctionJsonPayload

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

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

    Properties

    function: MoveFunctionId
    functionArguments: MoveValue[]
    typeArguments: MoveStructId[]