hexPrivateKey property

HexPrivateKey get hexPrivateKey

Returns the privateKey in hex format

Implementation

HexPrivateKey get hexPrivateKey {
  return HexPrivateKey(hex.encode(privateKey.bytes));
}