• convert a BytesLike to an even length hex string prefixed with "0x"

    Parameters

    Returns string

    Example

    hexify([0,1,2,3]) // "0x010203"
    hexify(Buffer.from([1, 2, 3])) // "0x010203"

Generated using TypeDoc