@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias EntryFunctionPayloadResponse

    The response payload for an entry function, containing the type of the entry.

    type EntryFunctionPayloadResponse = {
        arguments: any[];
        function: MoveFunctionId;
        type: string;
        type_arguments: string[];
    }
    Index

    Properties

    arguments: any[]

    Arguments of the function

    function: MoveFunctionId
    type: string
    type_arguments: string[]

    Type arguments of the function