GlobalState
Algorand TypeScript / index / GlobalState
GlobalState<
ValueType>(options?):GlobalState<ValueType>
Defined in: state.ts:44
Creates a new proxy for manipulating a global state field
Type Parameters
Section titled “Type Parameters”ValueType
Section titled “ValueType”ValueType
The type of the value being stored - must be a serializable type
Parameters
Section titled “Parameters”options?
Section titled “options?”GlobalStateOptions<ValueType>
Options for configuring this field
Returns
Section titled “Returns”GlobalState<ValueType>