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

    Interface TxNotification

    interface TxNotification {
        checkpointTxs?: Record<string, { tx: string; txid: string }>;
        spendableVtxos: Vtxo[];
        spentVtxos: Vtxo[];
        tx: string;
        txid: string;
    }
    Index

    Properties

    checkpointTxs?: Record<string, { tx: string; txid: string }>
    spendableVtxos: Vtxo[]
    spentVtxos: Vtxo[]
    tx: string
    txid: string