hexPrivateKey property
HexPrivateKey
get
hexPrivateKey
Returns the privateKey in hex format
Implementation
HexPrivateKey get hexPrivateKey {
return HexPrivateKey(hex.encode(privateKey.bytes));
}
Returns the privateKey in hex format
HexPrivateKey get hexPrivateKey {
return HexPrivateKey(hex.encode(privateKey.bytes));
}