Create a new ScratchVar with an optional type.
(optional): The type that this variable can hold. An error will be thrown if an expression with an incompatible type is stored in this variable. Defaults to TealType.anytype.
Load value from Scratch Space
Get the type of expressions that can be stored in this ScratchVar.
Generated using TypeDoc
Interface around Scratch space, similar to get/put local/global state