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

Properties

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