ts-playground
    Preparing search index...

    Function uint8ArrayToBigint128bit

    • Converts a Uint8Array to a 128-bit bigint. The Uint8Array is expected to be in little-endian format. Each byte is represented by 8 bits, and the total length is 16 bytes (128 bits).

      Parameters

      • value: Uint8Array

        The Uint8Array value to convert.

      Returns bigint

      bigint - The resulting 128-bit bigint.