Type alias UtxoProcessorNotificationCallback

UtxoProcessorNotificationCallback: ((event) => void)

UtxoProcessor notification callback type.

This type declares the callback function that is called when notification is emitted from the UtxoProcessor or UtxoContext subsystems.

Type declaration