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

    Interface SwapBalanceIssue

    Details of balance issues for a swap.

    interface SwapBalanceIssue {
        token: `0x${string}`;
        currentBalance: bigint;
        requiredBalance: bigint;
    }
    Index

    Properties

    token: `0x${string}`

    The contract address of the token.

    currentBalance: bigint

    The current balance of the fromToken by the taker.

    requiredBalance: bigint

    The amount of the token that the taker must hold.