ordspv
    Preparing search index...

    Interface GenealogyStepJson

    interface GenealogyStepJson {
        prevTxs: string[];
        tx: { hex: string };
    }
    Index
    prevTxs: string[]

    prev txs aligned to inputs 0..i (i = this tx's containing input)

    tx: { hex: string }

    raw hex; must hash to the txid named by the successor's containing input