UNPKG

@fewcha/aptos

Version:
28 lines (27 loc) 636 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $WriteTableItem = { description: `Change set to write a table item`, properties: { state_key_hash: { type: 'string', isRequired: true, }, handle: { type: 'HexEncodedBytes', isRequired: true, }, key: { type: 'HexEncodedBytes', isRequired: true, }, value: { type: 'HexEncodedBytes', isRequired: true, }, data: { type: 'DecodedTableData', }, }, } as const;