Skip to main content
type SwapUnavailableResult = {
  liquidityAvailable: false;
};
Returned when no swap route exists for the pair/amount.

Properties

PropertyTypeDescription
liquidityAvailablefalseAlways false when this type is returned.