PublicKey.fromHex constructor

PublicKey.fromHex(
  1. String hex
)

Create PublicKey from hex

Implementation

PublicKey.fromHex(String hex) : this(Utilities.hexToBytes(hex));