Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateBalanceChange

Hierarchy

  • ChangeEvent<{ borrows: Decimal; key: string; supply: Decimal }>
    • StateBalanceChange

Index

Properties

curr: { borrows: Decimal; key: string; supply: Decimal }

Type declaration

  • borrows: Decimal
  • key: string
  • supply: Decimal
prev: { borrows: Decimal; key: string; supply: Decimal }

Type declaration

  • borrows: Decimal
  • key: string
  • supply: Decimal
time: Date

Generated using TypeDoc