Get an expression to load a value from this slot.
The type being loaded from this slot, if known. Defaults to TealType.anytype.
ScratchLoad
Get an expression to store a value in this slot.Args:
The value to store in this slot. If not included, the last value on the stack will be stored. NOTE: storing the last value on the stack breaks the typical semantics of PyTeal, only use if you know what you're doing.
ScratchStore
Generated using TypeDoc
Represents the allocation of a scratch space slot.