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

    Parameters

    • input: string

      The string to decode as hex.

    Returns Uint8Array