Interface UserLoanInfoBorrow
interface UserLoanInfoBorrow {
accruedInterest: bigint;
accruedInterestValue: bigint;
assetId: number;
assetPrice: bigint;
borrowBalance: bigint;
borrowBalanceValue: bigint;
borrowedAmount: bigint;
borrowedAmountValue: bigint;
borrowFactor: bigint;
effectiveBorrowBalanceValue: bigint;
interestRate: bigint;
interestYield: bigint;
isStable: boolean;
poolAppId: number;
}
accruedInterest: bigint;
accruedInterestValue: bigint;
assetId: number;
assetPrice: bigint;
borrowBalance: bigint;
borrowBalanceValue: bigint;
borrowedAmount: bigint;
borrowedAmountValue: bigint;
borrowFactor: bigint;
effectiveBorrowBalanceValue: bigint;
interestRate: bigint;
interestYield: bigint;
isStable: boolean;
poolAppId: number;
}
Properties
accruedInterest
accruedInterest: bigint
accruedInterestValue
accruedInterestValue: bigint
assetId
assetId: number
assetPrice
assetPrice: bigint
borrowBalance
borrowBalance: bigint
borrowBalanceValue
borrowBalanceValue: bigint
borrowedAmount
borrowedAmount: bigint
borrowedAmountValue
borrowedAmountValue: bigint
borrowFactor
borrowFactor: bigint
effectiveBorrowBalanceValue
effectiveBorrowBalanceValue: bigint
interestRate
interestRate: bigint
interestYield
interestYield: bigint
isStable
isStable: boolean
poolAppId
poolAppId: number