Interface LiquidityPoolsGetAllowanceParams

interface LiquidityPoolsGetAllowanceParams {
    gasFeePaymentMethod?: FeePaymentMethod;
    owner: string;
    token: TokenWithChainDetails;
}

Hierarchy (View Summary)

Properties

gasFeePaymentMethod?: FeePaymentMethod
owner: string