Function toHexString

  • Convert the Uint8Array buffer into a hexadecimal digits string. The string can optionally be appended with '0x'

    Parameters

    • buffer: Uint8Array
    • prepend0x: bool = false

    Returns string

Generated using TypeDoc