UNPKG

@mysten/suins

Version:
19 lines (17 loc) 638 B
import { MoveStruct } from "../../../utils/index.mjs"; import { bcs } from "@mysten/sui/bcs"; //#region src/contracts/pyth/deps/0x0000000000000000000000000000000000000000000000000000000000000002/table.ts /************************************************************** * THIS FILE IS GENERATED AND SHOULD NOT BE MANUALLY MODIFIED * **************************************************************/ const $moduleName = "0x2::table"; const Table = new MoveStruct({ name: `${$moduleName}::Table<phantom T0, phantom T1>`, fields: { id: bcs.Address, size: bcs.u64() } }); //#endregion export { Table }; //# sourceMappingURL=table.mjs.map