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

    Type Alias WriteSetChangeWriteTableItem

    The structure for a write operation on a table in a write set change.

    type WriteSetChangeWriteTableItem = {
        data?: DecodedTableData;
        handle: string;
        key: string;
        state_key_hash: string;
        type: string;
        value: string;
    }
    Index

    Properties

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