Type Alias WriteSetChangeWriteTableItem

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

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