Function fromHexString

  • Convert the string hex which must consist of an even number of hexadecimal digits to a Uint8Array. The string hex can optionally start with '0x'

    Parameters

    • hex: string

    Returns Uint8Array

Generated using TypeDoc