ordspv
    Preparing search index...

    Interface VerifiedCustody

    interface VerifiedCustody {
        controlBlockDepth: number;
        genesis: Satpoint;
        height: number;
        hops: number;
        indexProof: IndexProof;
        inscriptionId: string;
        path: Satpoint[];
        satpoint: Satpoint;
        singleInputReveal: boolean;
        singleLeafTree: boolean;
    }
    Index
    controlBlockDepth: number

    control block merkle path depth of the envelope's taproot commitment

    genesis: Satpoint
    height: number

    height of the last proven hop

    hops: number
    indexProof: IndexProof

    how the envelope's index was proven

    inscriptionId: string
    path: Satpoint[]

    satpoint after each hop, genesis first

    satpoint: Satpoint

    where the sat sits after the last proven hop

    singleInputReveal: boolean

    reveal tx has one input, so no other input can contribute an envelope

    singleLeafTree: boolean

    the reveal's taptree provably committed only the observed tapscript