hexPublicKey property

HexPublicKey get hexPublicKey

Returns the publicKey in hex format

Implementation

HexPublicKey get hexPublicKey {
  return HexPublicKey(hex.encode(publicKey!.bytes));
}