LocalState
Algorand TypeScript / index / LocalState
LocalState<
ValueType> = (account) =>LocalStateForAccount<ValueType>
Defined in: state.ts:92
Creates a new proxy for manipulating a local state field
Type Parameters
Section titled “Type Parameters”ValueType
Section titled “ValueType”ValueType
Gets the LocalState proxy for a specific account
Parameters
Section titled “Parameters”account
Section titled “account”The account to read or write state for. This account must be opted into the contract
Returns
Section titled “Returns”LocalStateForAccount<ValueType>
Options for configuring this field