hexPrivateKey property

HexPrivateKey? get hexPrivateKey

Returns the privateKey in hex format

Implementation

HexPrivateKey? get hexPrivateKey {
  return _hexPrivateKey;
}