GlobalState
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / GlobalState
Function: GlobalState()
GlobalState<
ValueType
>(options
?):GlobalState
<ValueType
>
Defined in: packages/algo-ts/src/state.ts:44
Creates a new proxy for manipulating a global state field
Type Parameters
• ValueType
The type of the value being stored - must be a serializable type
Parameters
options?
GlobalStateOptions
<ValueType
>
Options for configuring this field
Returns
GlobalState
<ValueType
>