decodeIntBE
export function decodeIntBE(bytes: number[] | Uint8Array): bigint
Converts a list of big endian uint8 numbers into an unbounded int
Arguments
1. bytes
bytes: number[] | Uint8Array
Returns
bigint
export function decodeIntBE(bytes: number[] | Uint8Array): bigint
Converts a list of big endian uint8 numbers into an unbounded int
bytes
bytes: number[] | Uint8Array
bigint