Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserBalanceChange

Hierarchy

  • ChangeEvent<{ balance: Decimal; key: string }>
    • UserBalanceChange

Index

Properties

curr: { balance: Decimal; key: string }

Type declaration

  • balance: Decimal
  • key: string
prev: { balance: Decimal; key: string }

Type declaration

  • balance: Decimal
  • key: string
time: Date

Generated using TypeDoc