Table of Contents

Enum ArkadeCashUnclaimedReason

Namespace
NArk.Core.Services
Assembly
NArk.Core.dll

Why a VTXO at an ArkadeCash address could not be swept by ClaimAsync(ArkadeCash, ArkAddress, CancellationToken).

public enum ArkadeCashUnclaimedReason

Fields

AlreadySpent = 0

Already spent or settled — most likely the note was claimed before.

AssetBearing = 3

Carries Arkade-issued assets, which this thin sweep deliberately does not move.

ServerSwept = 1

Swept by the Arkade server after the VTXO expired; only a unilateral exit could have saved it.

Subdust = 2

Below the server's dust threshold, so it cannot be spent offchain.

SweepFailed = 4

The sweep was attempted and the server rejected it.