PrivateKey.fromHex constructor
PrivateKey.fromHex(
- String hex
Create PrivateKey from hex
Implementation
PrivateKey.fromHex(String hex) : this.fromBytes(Utilities.hexToBytes(hex));
Create PrivateKey from hex
PrivateKey.fromHex(String hex) : this.fromBytes(Utilities.hexToBytes(hex));