OBJECT
BalanceUpdateNotification
Notification about a balance update.
link GraphQL Schema definition
- type BalanceUpdateNotification {
- # Associated operation that contains this change.
- 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.
- BalanceUpdateParent! :
- BalanceUpdate! :
- }