Interface LiquidityPoolsCheckAllowanceParams

interface LiquidityPoolsCheckAllowanceParams {
    amount: string | number | Big;
    gasFeePaymentMethod?: FeePaymentMethod;
    owner: string;
    token: TokenWithChainDetails;
}

Hierarchy (View Summary)

Properties

amount: string | number | Big

The float amount of tokens to check the allowance.

gasFeePaymentMethod?: FeePaymentMethod
owner: string