ordspv
    Preparing search index...

    Interface VerifiedSatIdentity

    interface VerifiedSatIdentity {
        coinbaseHeight: number;
        controlBlockDepth: number;
        depth: number;
        indexProof: IndexProof;
        inscriptionId: string;
        name: string;
        rarity: SatRarity;
        revealPosition: bigint;
        sat: bigint;
        singleInputReveal: boolean;
        singleLeafTree: boolean;
    }
    Index
    coinbaseHeight: number

    block that mined the sat

    controlBlockDepth: number

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

    depth: number

    funding transactions walked between reveal and coinbase

    indexProof: IndexProof

    how the envelope's index was proven

    inscriptionId: string
    name: string
    rarity: SatRarity
    revealPosition: bigint

    where the sat entered the reveal (input space projected to outputs may differ)

    sat: bigint
    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