hexPublicKey property
HexPublicKey
get
hexPublicKey
Returns the publicKey in hex format
Implementation
HexPublicKey get hexPublicKey {
return HexPublicKey(hex.encode(publicKey!.bytes));
}
Returns the publicKey in hex format
HexPublicKey get hexPublicKey {
return HexPublicKey(hex.encode(publicKey!.bytes));
}