key property

Bip32PrivateKey get key

Retrieves the underlying BIP32 private key.

Implementation

Bip32PrivateKey get key {
  return privKey;
}