PrivateKey.fromHex constructor
Implementation
PrivateKey.fromHex(String hex,
{KeyType algorithm, KeyParameters parameters, ScryptParams scrypt})
: this(Convert.hexStrToBytes(hex),
algorithm: algorithm, parameters: parameters, scrypt: scrypt);