publicKey method
Retrieves the corresponding Ethereum public key.
Implementation
ETHPublicKey publicKey() {
return ETHPublicKey.fromBytes(_privateKey.publicKey.compressed);
}
Retrieves the corresponding Ethereum public key.
ETHPublicKey publicKey() {
return ETHPublicKey.fromBytes(_privateKey.publicKey.compressed);
}