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

    Interface YieldCheckAllowanceParams

    interface YieldCheckAllowanceParams {
        amount: string | number | Big;
        owner: string;
        token: TokenWithChainDetailsYield;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    amount: string | number | Big

    The float amount of tokens to check the allowance.

    owner: string