Skip to content

LocalState

LocalState<ValueType> = (account) => LocalStateForAccount<ValueType>

Defined in: state.ts:92

A proxy for manipulating a local state field for any account

ValueType

Gets the LocalState proxy for a specific account

Account

The account to read or write state for. This account must be opted into the contract

LocalStateForAccount<ValueType>