Details of allowance issues for a swap.

interface SwapAllowanceIssue {
    currentAllowance: bigint;
    spender: `0x${string}`;
}

Properties

currentAllowance: bigint

The current allowance of the fromToken by the taker.

spender: `0x${string}`

The address to set the allowance on.