Type Alias WalletNotificationCallback

WalletNotificationCallback: ((event: IWalletEvent) => void)

Wallet notification callback type.

This type declares the callback function that is called when notification is emitted from the Wallet (and the underlying UtxoProcessor or UtxoContext subsystems).

Wallet