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

    Interface ArkadeCashClaimResult

    Outcome of Wallet.claimCash: what was swept, and what was not.

    The shape is open — further buckets may be added alongside unclaimed as more of the non-sweepable states become claimable.

    interface ArkadeCashClaimResult {
        swept: number;
        unclaimed: { amount: number; vtxos: ArkadeCashUnclaimedVtxo[] };
    }
    Index

    Properties

    Properties

    swept: number

    Satoshis swept to this wallet.

    unclaimed: { amount: number; vtxos: ArkadeCashUnclaimedVtxo[] }

    Type Declaration