import { bcs } from '@mysten/sui/bcs'

export const DvnDstConfigBcs = bcs.struct('DstConfig', {
    gas: bcs.U256,
    multiplier_bps: bcs.U16,
    floor_margin_usd: bcs.U128,
})
