key property
Bip32PublicKey
get
key
Retrieves the underlying BIP32 public key.
Implementation
Bip32PublicKey get key {
return pubKey;
}
Retrieves the underlying BIP32 public key.
Bip32PublicKey get key {
return pubKey;
}