publicKey property

Bip44PublicKey get publicKey

Gets the corresponding public key derived from this private key.

Implementation

Bip44PublicKey get publicKey {
  return Bip44PublicKey(privKey.publicKey, coinConf);
}