OBJECT

BalanceUpdateNotification

Notification about a balance update.

link GraphQL Schema definition

  • type BalanceUpdateNotification {
  • # Associated operation that contains this change.
  • operation: OperationNotificationWithBalanceUpdates!
  • # Parent entity that contains this change. It is either `TransactionNotification`
  • # if the change was done directly in its result. Or it is
  • # `InternalOperationResult` if the change was done internally.
  • parent: BalanceUpdateParent!
  • balance_update: BalanceUpdate!
  • }