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

    Interface TaprootScriptSpendSigInfo

    interface TaprootScriptSpendSigInfo {
        leafHash: Bytes;
        sigHash: number;
        signature: Bytes;
        xOnlyPubKey: Bytes;
    }
    Index

    Properties

    leafHash: Bytes
    sigHash: number
    signature: Bytes
    xOnlyPubKey: Bytes