masterPublicKey property

Bip32PublicKey get masterPublicKey

Get the master public key.

Implementation

Bip32PublicKey get masterPublicKey {
  return bip32.publicKey;
}