Skip to content

Scratch

Algorand TypeScript


Algorand TypeScript / op / Scratch

const Scratch: object

Defined in: op.ts:3346

Load or store scratch values

loadBytes(a): bytes

Ath scratch space value. All scratch spaces are 0 at program start.

uint64

bytes

Native TEAL opcode: loads Min AVM version: 5

loadUint64(a): uint64

Ath scratch space value. All scratch spaces are 0 at program start.

uint64

uint64

Native TEAL opcode: loads Min AVM version: 5

store(a, b): void

store B to the Ath scratch space

uint64

uint64 | bytes

void

Native TEAL opcode: stores Min AVM version: 5