PublicKey.fromHex constructor

PublicKey.fromHex(
  1. String hex
)

Implementation

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