btcutil-js - v0.2.0
    Preparing search index...

    Interface TaprootLeafScriptInfo

    interface TaprootLeafScriptInfo {
        controlBlock: Bytes;
        leafVersion: number;
        script: Bytes;
    }
    Index

    Properties

    controlBlock: Bytes
    leafVersion: number
    script: Bytes