Skip to main content
type SwapIssues = {
  allowance: SwapIssuesAllowance | null;
  balance: SwapIssuesBalance | null;
};
Potential issues discovered during preflight checks that could prevent the swap from being executed successfully. Null if no issues were detected.

Properties

PropertyTypeDescription
allowanceSwapIssuesAllowance | nullDetails of the allowance that the taker must set in order to execute the swap successfully. Null if no allowance is required.
balanceSwapIssuesBalance | nullDetails of the fromToken balance that the taker must hold. Null if the taker has a sufficient balance.