@allbridge/bridge-core-sdk
    Preparing search index...

    Interface LiquidityPoolsCheckAllowanceParams

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

    Hierarchy (View Summary)

    Index

    Properties

    amount: string | number | Big

    The float amount of tokens to check the allowance.

    gasFeePaymentMethod?: FeePaymentMethod
    owner: string