ordspv
    Preparing search index...

    Interface L2Assurances

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

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

    singleInputReveal: boolean

    reveal tx has one input, pinning envelope indices given the shown script

    singleLeafTree: boolean

    taptree provably contains only the shown script (depth 0)