Function fromHex

  • Convert hexadecimal string to byte array.

    If the input is not a valid hexadecimal string, result will be incorrect.

    Parameters

    • s: string

    Returns Uint8Array

Generated using TypeDoc