@ethereumjs/util / bytesToBigInt64
bytesToBigInt64(
bytes
,littleEndian
):bigint
Defined in: packages/util/src/bytes.ts:463
Uint8Array
The input Uint8Array from which to read the 64-bit bigint.
boolean
= false
True for little-endian, undefined or false for big-endian.
bigint
The 64-bit bigint read from the input Uint8Array.
Convert a Uint8Array to a 64-bit bigint