Table of Contents

Class DestinationDisabledEventArgs

Namespace
NArk.Abstractions.Wallets
Assembly
NArk.Abstractions.dll

Raised when a wallet's sweep destination is auto-disabled because an Arkade signer rotation made it stale.

public sealed class DestinationDisabledEventArgs : EventArgs
Inheritance
DestinationDisabledEventArgs
Inherited Members

Properties

DeprecatedServerKey

The deprecated server key (hex) the destination was pinned to.

public required string DeprecatedServerKey { get; init; }

Property Value

string

Destination

The (now stale) destination address string that was disabled.

public required string Destination { get; init; }

Property Value

string

WalletId

Wallet whose sweep destination was disabled.

public required string WalletId { get; init; }

Property Value

string