open static fun fromHexString(str: CharSequence!): PublicKey!
Create the public key from a hex string.
str - CharSequence!: The hexadecimal string to parse, which may or may not start with "0x".
str
Return PublicKey!: The public key.