CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Interface SwapAllowanceIssue

    Details of allowance issues for a swap.

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

    Properties

    currentAllowance: bigint

    The current allowance of the fromToken by the taker.

    spender: `0x${string}`

    The address to set the allowance on.