transactionChanged
Notifies the subscriber of a change to a Transaction.
This method is called whenever a Transaction is added, updated, or deleted.
Parameters
transaction
The Transaction that was changed.
changeType
The type of change that occurred, represented by ChangeType.
Deprecated
Prefer transactionChanged(transaction: Transaction, changeType: ChangeType)
Notifies the subscriber of a new, updated or deleted Transaction.
Parameters
transaction
new, updated or deleted Transaction.