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

    Type Alias ScriptWriteSet

    The set of properties for writing scripts, including the type of script.

    type ScriptWriteSet = {
        execute_as: string;
        script: ScriptPayloadResponse;
        type: string;
    }
    Index

    Properties

    execute_as: string
    type: string