UNPKG

@layerzerolabs/lz-sui-sdk-v2

Version:

8 lines (6 loc) 179 B
import { bcs } from '@mysten/sui/bcs' export const DvnDstConfigBcs = bcs.struct('DstConfig', { gas: bcs.U256, multiplier_bps: bcs.U16, floor_margin_usd: bcs.U128, })