Type Alias UtxoProcessorNotificationCallback

UtxoProcessorNotificationCallback: ((event: IUtxoProcessorEvent) => void)

UtxoProcessor notification callback type.

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