Type alias SpotInterestRecord
Spot
Interest
Record
: { borrowBalance
: BN; cumulativeBorrowInterest
: BN; cumulativeDepositInterest
: BN; depositBalance
: BN; marketIndex
: number; maxBorrowRate
: number; optimalBorrowRate
: number; optimalUtilization
: number; ts
: BN; }
Type declaration
-
borrowBalance: BN
-
cumulativeBorrowInterest: BN
-
cumulativeDepositInterest: BN
-
depositBalance: BN
-
marketIndex: number
-
maxBorrowRate: number
-
optimalBorrowRate: number
-
optimalUtilization: number
-