masterPublicKey property

Secp256k1PublicKey get masterPublicKey

Get the master public key.

Implementation

Secp256k1PublicKey get masterPublicKey {
  return publicKey;
}