Skip to main content
type SwapFees = {
  gasFee?:   | TokenFee
     | null;
  protocolFee?:   | TokenFee
     | null;
};
The estimated fees for the swap.

Properties

PropertyTypeDescription
gasFee?| TokenFee | nullThe estimated gas fee for the swap.
protocolFee?| TokenFee | nullThe estimated protocol fee for the swap.