Skip to content

extractUint32

extractUint32(data, byteIndex): uint64

Extracts 4 bytes from the given data starting at the given index and converts them to uint32

Parameters

data: BytesLike

bytes to extract from

byteIndex: IntLike

Returns

uint64

uint32 as uint64

Source

types/global.d.ts:1130