EthPrivateKey.fromHex constructor
EthPrivateKey.fromHex(
- String hex
Parses a private key from a hexadecimal representation.
Implementation
EthPrivateKey.fromHex(String hex) : this(hexToBytes(hex));
Parses a private key from a hexadecimal representation.
EthPrivateKey.fromHex(String hex) : this(hexToBytes(hex));