@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Type Alias ArkadeCashUnclaimedReason

    ArkadeCashUnclaimedReason:
        | "swept"
        | "subdust"
        | "already-spent"
        | "has-assets"
        | "sweep-failed"

    Why a VTXO at an arkadeCash address could not be swept by Wallet.claimCash.

    • swept — the server swept the batch at expiry. Recoverable in principle, but only through a settlement, which the thin sweep cannot do.
    • subdust — below dust, so it sits at an OP_RETURN script with no spendable leaf. Unspendable as cash; createCash prevents minting these.
    • already-spent — someone else claimed it first.
    • has-assets — asset-bearing; the BTC-only sweep would burn the assets.
    • sweep-failed — spendable, but its own sweep was rejected.