Interface ApproveDepositAllowanceParams

interface ApproveDepositAllowanceParams {
    amount: BigNumberish;
    tokenContract: IERC20;
}

Properties

amount: BigNumberish
tokenContract: IERC20