Interface ReserveState

The data structure for a reserve config in front-end consumable format

Notice

due to the size limitations of numbers in JS, the values are stored as strings

Hierarchy

  • ReserveState

Properties

accruedUntil: string
outstandingDebt: number
protocolUncollectedFees: number
totalDepositNotes: number
totalDeposits: number
totalLoanNotes: number
uncollectedFees: number

Generated using TypeDoc