Type alias RequestIbcSwapRouteArgs

RequestIbcSwapRouteArgs: {
    amountIn: string;
    cumulativeAffiliateFeeBps: string;
    destAsset: Asset;
    sourceAsset: Asset;
}

Type declaration

  • amountIn: string
  • cumulativeAffiliateFeeBps: string
  • destAsset: Asset
  • sourceAsset: Asset