Enum ArkadeCashUnclaimedReason
Why a VTXO at an ArkadeCash address could not be swept by ClaimAsync(ArkadeCash, ArkAddress, CancellationToken).
public enum ArkadeCashUnclaimedReason
Fields
AlreadySpent = 0Already spent or settled — most likely the note was claimed before.
AssetBearing = 3Carries Arkade-issued assets, which this thin sweep deliberately does not move.
ServerSwept = 1Swept by the Arkade server after the VTXO expired; only a unilateral exit could have saved it.
Subdust = 2Below the server's dust threshold, so it cannot be spent offchain.
SweepFailed = 4The sweep was attempted and the server rejected it.