Skip to content

LocalStateForAccount

Algorand TypeScript


Algorand TypeScript / index / LocalStateForAccount

LocalStateForAccount<ValueType> = object

Defined in: state.ts:51

A proxy for manipulating a local state field for a single account

ValueType

readonly hasValue: 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

delete(): void

Defined in: state.ts:59

Delete the stored value of this local state field for a single account

void