Scratch
Algorand TypeScript / op / Scratch
constScratch:object
Defined in: op.ts:3346
Load or store scratch values
Type declaration
Section titled “Type declaration”loadBytes()
Section titled “loadBytes()”loadBytes(
a):bytes
Ath scratch space value. All scratch spaces are 0 at program start.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Native TEAL opcode: loads
Min AVM version: 5
loadUint64()
Section titled “loadUint64()”loadUint64(
a):uint64
Ath scratch space value. All scratch spaces are 0 at program start.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Native TEAL opcode: loads
Min AVM version: 5
store()
Section titled “store()”store(
a,b):void
store B to the Ath scratch space
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
Native TEAL opcode: stores
Min AVM version: 5