Interface BaseLendingPoolInfo

    interface BaseLendingPoolInfo {
        asset0DepositInterestRate: bigint;
        asset0DepositInterestYield: bigint;
        asset1DepositInterestRate: bigint;
        asset1DepositInterestYield: bigint;
        currentRound?: number;
        fAsset0Supply: bigint;
        fAsset1Supply: bigint;
        fee: bigint;
        liquidityTokenCirculatingSupply: bigint;
        swapFeeInterestRate: bigint;
        swapFeeInterestYield: bigint;
        tvlUsd: number;
    }
    Hierarchy

    Properties

    asset0DepositInterestRate: bigint
    asset0DepositInterestYield: bigint
    asset1DepositInterestRate: bigint
    asset1DepositInterestYield: bigint
    currentRound?: number
    fAsset0Supply: bigint
    fAsset1Supply: bigint
    fee: bigint
    liquidityTokenCirculatingSupply: bigint
    swapFeeInterestRate: bigint
    swapFeeInterestYield: bigint
    tvlUsd: number