ordspv
    Preparing search index...

    Interface CustodyBundleJson

    interface CustodyBundleJson {
        finalSatpoint: string;
        hops: CustodyHopJson[];
        inscriptionId: string;
        version: 1;
    }
    Index
    finalSatpoint: string

    claimed final satpoint (txid:vout:offset); recomputed and checked

    hop 0 is the reveal transaction; each later hop spends the tracked satpoint

    inscriptionId: string
    version: 1