LocalStateOptions
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / LocalStateOptions
Type Alias: LocalStateOptions
LocalStateOptions:
object
Defined in: packages/algo-ts/src/state.ts:79
Options for declaring a local state field
Type declaration
key?
optional
key:bytes
|string
The key to be used for this local state field.
Defaults to the name of the property this proxy is assigned to