decodeIntLE
Little Endian bytes to bigint (doesnt need to be 32 bytes long)
export function decodeIntLE(bytes: number[] | Uint8Array): bigint
Arguments
Name | Type | Description |
---|---|---|
bytes | number[] | Uint8Array |
Return value
bigint
Little Endian bytes to bigint (doesnt need to be 32 bytes long)
export function decodeIntLE(bytes: number[] | Uint8Array): bigint
Name | Type | Description |
---|---|---|
bytes | number[] | Uint8Array |
bigint