Type alias SpotBankruptcyRecord

SpotBankruptcyRecord: {
    borrowAmount: BN;
    cumulativeDepositInterestDelta: BN;
    ifPayment: BN;
    marketIndex: number;
}

Type declaration

  • borrowAmount: BN
  • cumulativeDepositInterestDelta: BN
  • ifPayment: BN
  • marketIndex: number

Generated using TypeDoc