Skip to content

LocalStateOptions

Algorand TypeScript


Algorand TypeScript / index / LocalStateOptions

LocalStateOptions = object

Defined in: state.ts:79

Options for declaring a local state field

optional key: bytes | string

Defined in: state.ts:85

The key to be used for this local state field.

Defaults to the name of the property this proxy is assigned to