Function bytesToBigInt

  • Turns a typed uint array into a bigint by converting each uint into a hexadecimal string then concatenating the resulting digits using JavaScript's 0x notation.

    Parameters

    Returns bigint