pubKey method

HexString pubKey()

Implementation

HexString pubKey() {
  return HexString.fromUint8Array(publicKeyBytes(signingKey));
}