LocalStateForAccount
Algorand TypeScript / index / LocalStateForAccount
LocalStateForAccount<
ValueType> =object
Defined in: state.ts:51
A proxy for manipulating a local state field for a single account
Type Parameters
Section titled “Type Parameters”ValueType
Section titled “ValueType”ValueType
Properties
Section titled “Properties”hasValue
Section titled “hasValue”
readonlyhasValue:boolean
Defined in: state.ts:63
Gets a boolean value indicating if local state field for a single account currently has a value
value:
ValueType
Defined in: state.ts:55
Get or set the value of this local state field for a single account
Methods
Section titled “Methods”delete()
Section titled “delete()”delete():
void
Defined in: state.ts:59
Delete the stored value of this local state field for a single account
Returns
Section titled “Returns”void