masterPrivateKey property

Bip32PrivateKey get masterPrivateKey

Get the master private key.

Implementation

Bip32PrivateKey get masterPrivateKey {
  return bip32.privateKey;
}