Type alias WalletNotificationCallback

WalletNotificationCallback: ((event) => 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).

Type declaration

See

Wallet