Interface IDestinationSafetyNotifier
- Namespace
- NArk.Abstractions.Wallets
- Assembly
- NArk.Abstractions.dll
Notifies consumers (e.g. a BTCPay plugin) that a wallet's sweep destination was disabled pending re-confirmation after an Arkade signer rotation. DI-aliased to the same singleton that performs detection.
public interface IDestinationSafetyNotifier
Events
DestinationDisabled
Raised when a wallet's sweep destination is auto-disabled due to an Arkade signer rotation.
event EventHandler<DestinationDisabledEventArgs>? DestinationDisabled