extract
Algorand TypeScript / op / extract
Call Signature
Section titled “Call Signature”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
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”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