hexPrivateKey property
HexPrivateKey?
get
hexPrivateKey
Returns the privateKey in hex format
Implementation
HexPrivateKey? get hexPrivateKey {
return _hexPrivateKey;
}
Returns the privateKey in hex format
HexPrivateKey? get hexPrivateKey {
return _hexPrivateKey;
}