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;
}
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
- BaseLendingPoolInfo (View Summary)
Properties
asset0DepositInterestRate
asset0DepositInterestRate: bigint
asset0DepositInterestYield
asset0DepositInterestYield: bigint
asset1DepositInterestRate
asset1DepositInterestRate: bigint
asset1DepositInterestYield
asset1DepositInterestYield: bigint
Optional
currentRound
currentRound?: number
fAsset0Supply
fAsset0Supply: bigint
fAsset1Supply
fAsset1Supply: bigint
fee
fee: bigint
liquidityTokenCirculatingSupply
liquidityTokenCirculatingSupply: bigint
swapFeeInterestRate
swapFeeInterestRate: bigint
swapFeeInterestYield
swapFeeInterestYield: bigint
tvlUsd
tvlUsd: number