Interface YieldCheckAllowanceParams

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

Hierarchy (View Summary)

Properties

Properties

amount: string | number | Big

The float amount of tokens to check the allowance.

owner: string