Skip to content

extractUint64

extractUint64(data, byteIndex): uint64

Extracts 8 bytes from the given data starting at the given index and converts them to uint64

Parameters

data: BytesLike

bytes to extract from

byteIndex: IntLike

Returns

uint64

uint64

Source

types/global.d.ts:1140