extract3(data
, start
, length
): bytes
Extracts a subtstring of the given length starting at the given index
Parameters
• data: BytesLike
bytes to extract from
• start: IntLike
byte index to start extracting from
• length: IntLike
number of bytes to extract
Returns
bytes
extracted bytes
Source
types/global.d.ts:1110