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

    Type Alias DirectWriteSet

    The set of direct write operations, identified by a type string.

    type DirectWriteSet = {
        changes: WriteSetChange[];
        events: Event[];
        type: string;
    }
    Index

    Properties

    Properties

    changes: WriteSetChange[]
    events: Event[]
    type: string