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

    Interface ArkadeCashUnclaimedVtxo

    A VTXO Wallet.claimCash left behind, with the reason why.

    interface ArkadeCashUnclaimedVtxo {
        reason: ArkadeCashUnclaimedReason;
        txid: string;
        value: number;
        vout: number;
    }
    Index

    Properties

    Properties

    txid: string
    value: number

    Value in satoshis.

    vout: number