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

export const MessagingFeeBcs = bcs.struct('MessagingFee', {
    native_fee: bcs.U64,
    zro_fee: bcs.U64,
})
