Skip to content

GlobalState

Algorand TypeScript


Algorand TypeScript / index / GlobalState

GlobalState<ValueType>(options?): GlobalState<ValueType>

Defined in: state.ts:44

Creates a new proxy for manipulating a global state field

ValueType

The type of the value being stored - must be a serializable type

GlobalStateOptions<ValueType>

Options for configuring this field

GlobalState<ValueType>