ordspv
    Preparing search index...

    Interface SatGenealogyBundleJson

    interface SatGenealogyBundleJson {
        claimedSat: string;
        coinbase: CustodyHopJson;
        funding: GenealogyStepJson[];
        inscriptionId: string;
        reveal: CustodyHopJson;
        version: 1;
    }
    Index
    claimedSat: string

    decimal sat number claim; recomputed and checked

    coinbase: CustodyHopJson

    the terminal coinbase, anchored; tx.pos MUST be 0

    ancestor chain, nearest funder first; empty when the reveal spends a coinbase

    inscriptionId: string

    the reveal, anchored exactly like custody hop 0

    version: 1