Skip to content

extract

extract(a, b): bytes

Defined in: op.ts:4094

A range of bytes from A starting at B up to the end of the sequence

bytes

uint64

bytes

extract(a, b, c): bytes

Defined in: op.ts:4099

A range of bytes from A starting at B up to but not including B+C. If B+C is larger than the array length, the program fails

bytes

uint64

uint64

bytes