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