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

    Interface SubscriptionResponse

    interface SubscriptionResponse {
        checkpointTxs?: Record<string, { tx: string; txid: string }>;
        newVtxos: VirtualCoin[];
        scripts: string[];
        spentVtxos: VirtualCoin[];
        sweptVtxos: VirtualCoin[];
        tx?: string;
        txid?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    checkpointTxs?: Record<string, { tx: string; txid: string }>
    newVtxos: VirtualCoin[]
    scripts: string[]
    spentVtxos: VirtualCoin[]
    sweptVtxos: VirtualCoin[]
    tx?: string
    txid?: string