substring3(data
, start
, end
): bytes
Parameters
• data: BytesLike
The input data from which bytes are extracted
• start: IntLike
The start index of the bytes to extract
• end: IntLike
The end index of the bytes to extract (not inclusive)
Returns
bytes
Extracted bytes
Source
types/global.d.ts:1069