publicKey method

ETHPublicKey publicKey()

Retrieves the corresponding Ethereum public key.

Implementation

ETHPublicKey publicKey() {
  return ETHPublicKey.fromBytes(_privateKey.publicKey.compressed);
}