DerivationPath

class DerivationPath(path: String)

A BIP-32 derivation path.

Parameters

path

The derivation path. Must start with m. Use this type to derive or extend a DescriptorSecretKey or DescriptorPublicKey.

Constructors

Link copied to clipboard
fun DerivationPath(path: String)