decodeIntBE
Converts a list of big endian uint8 numbers into an unbounded int
export function decodeIntBE(bytes: number[] | Uint8Array): bigint
Arguments
Name | Type | Description |
---|---|---|
bytes | number[] | Uint8Array |
Return value
bigint
Converts a list of big endian uint8 numbers into an unbounded int
export function decodeIntBE(bytes: number[] | Uint8Array): bigint
Name | Type | Description |
---|---|---|
bytes | number[] | Uint8Array |
bigint