PublicKey.fromHex constructor
PublicKey.fromHex(
- String hex
Implementation
PublicKey.fromHex(final String hex) : bytes = convert.hex.decode(hex);
PublicKey.fromHex(final String hex) : bytes = convert.hex.decode(hex);