Type alias SpotInterestRecord

SpotInterestRecord: {
    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
  • ts: BN

Generated using TypeDoc