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

    Interface TaprootBip32DerivationInfo

    interface TaprootBip32DerivationInfo {
        leafHashes: Bytes[];
        masterKeyFingerprint: string;
        path?: number[];
        pathStr?: string;
        xOnlyPubKey: Bytes;
    }
    Index

    Properties

    leafHashes: Bytes[]
    masterKeyFingerprint: string

    Master key fingerprint as 8-char lowercase hex.

    path?: number[]
    pathStr?: string
    xOnlyPubKey: Bytes