ordspv
    Preparing search index...

    Interface EnvelopeBinding

    What the envelope binding established about the reveal's taptree.

    interface EnvelopeBinding {
        controlBlockDepth: number;
        singleInputReveal: boolean;
        singleLeafTree: boolean;
    }
    Index
    controlBlockDepth: number

    control block merkle path depth; 0 means the taptree provably committed a single leaf

    singleInputReveal: boolean

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

    singleLeafTree: boolean

    the taptree provably committed only the observed tapscript (depth 0)