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

    Type Alias WriteSetChangeDeleteTableItem

    The payload for a write set change that deletes a table item.

    type WriteSetChangeDeleteTableItem = {
        data?: DeletedTableData;
        handle: string;
        key: string;
        state_key_hash: string;
        type: string;
    }
    Index

    Properties

    handle: string
    key: string
    state_key_hash: string
    type: string