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

    Type Alias ScriptPayloadResponse

    The payload for a script response, containing the type of the script.

    type ScriptPayloadResponse = {
        arguments: any[];
        code: MoveScriptBytecode;
        type: string;
        type_arguments: string[];
    }
    Index

    Properties

    arguments: any[]

    Arguments of the function

    type: string
    type_arguments: string[]

    Type arguments of the function