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

    Interface TapScriptTreeResult

    interface TapScriptTreeResult {
        internalKey: string;
        leaves: TapLeafResult[];
        merkleRoot: string;
        outputKey: string;
    }
    Index

    Properties

    internalKey: string
    leaves: TapLeafResult[]
    merkleRoot: string
    outputKey: string