@bitcoinerlab/descriptors - v3.0.5
    Preparing search index...

    Type Alias TaprootLeafSatisfaction

    type TaprootLeafSatisfaction = {
        leaf: TapLeafInfo;
        depth: number;
        tapLeafHash: Uint8Array;
        scriptSatisfaction: Uint8Array;
        stackItems: Uint8Array[];
        nLockTime: number | undefined;
        nSequence: number | undefined;
        totalWitnessSize: number;
    }
    Index

    Properties

    depth: number
    tapLeafHash: Uint8Array
    scriptSatisfaction: Uint8Array
    stackItems: Uint8Array[]
    nLockTime: number | undefined
    nSequence: number | undefined
    totalWitnessSize: number