UNPKG

@xswap-link/xswap-common

Version:

JavaScript library for xSwap common components

8 lines (6 loc) 140 B
import { XSwapFee } from "./XSwapFee"; export type XSwapFees = { ccipFee: string; xSwapFee: XSwapFee; expressDeliveryFee: string; };