@bitcoinerlab/descriptors - v2.3.4
    Preparing search index...

    Function keyExpressionBIP32

    • Constructs a key expression string from its constituent components.

      This function essentially performs the reverse operation of ParseKeyExpression. For detailed explanations and examples of the terms used here, refer to ParseKeyExpression.

      Parameters

      • __namedParameters: {
            masterNode: BIP32Interface;
            originPath: string;
            change?: number;
            index?: number | "*";
            keyPath?: string;
            isPublic?: boolean;
        }
        • masterNode: BIP32Interface
        • originPath: string
        • Optionalchange?: number
        • Optionalindex?: number | "*"
        • OptionalkeyPath?: string
        • OptionalisPublic?: boolean

          Compute an xpub or xprv

          true
          

      Returns string