key property

Bip32PublicKey get key

Retrieves the underlying BIP32 public key.

Implementation

Bip32PublicKey get key {
  return pubKey;
}