TotalFees: {
    affiliateFee: CryptoAmount;
    asset: Asset;
    outboundFee: CryptoAmount;
}

Represents the total fees associated with a swap.

Type declaration

  • affiliateFee: CryptoAmount
  • asset: Asset
  • outboundFee: CryptoAmount

Generated using TypeDoc