addressKey property

Bip32PublicKey get addressKey

Retrieves and returns the public key associated with the wallet's address.

Implementation

Bip32PublicKey get addressKey {
  return pubAddrKey;
}