addressKey property

Bip32PrivateKey get addressKey

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

Implementation

Bip32PrivateKey get addressKey {
  return privAddrKey;
}