Decode a hexidecimal string to raw bytes. Ignores any '0x' prefix. Take a look at Bytes.fromHexString for dealing with bytes and encoding/decoding.
Bytes.fromHexString
The string to decode as hex.
Decode a hexidecimal string to raw bytes. Ignores any '0x' prefix. Take a look at
Bytes.fromHexString
for dealing with bytes and encoding/decoding.