Type alias WriteSetChangeWriteTableItem

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

Type declaration

  • Optional data?: DecodedTableData
  • handle: string
  • key: string
  • state_key_hash: string
  • type: string
  • value: string

Generated using TypeDoc