publicKey method

AdaPublicKey publicKey()

Obtains the public key derived from this private key.

Implementation

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