UNPKG

@mysten/suins

Version:
16 lines (14 loc) 604 B
import { MoveStruct } from "../utils/index.mjs"; import { bcs } from "@mysten/sui/bcs"; //#region src/contracts/wormhole/bytes32.ts /************************************************************** * THIS FILE IS GENERATED AND SHOULD NOT BE MANUALLY MODIFIED * **************************************************************/ const $moduleName = "0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94::bytes32"; const Bytes32 = new MoveStruct({ name: `${$moduleName}::Bytes32`, fields: { data: bcs.vector(bcs.u8()) } }); //#endregion export { Bytes32 }; //# sourceMappingURL=bytes32.mjs.map