Constdelete key B from account A's local state of the current application
Native TEAL opcode: app_local_del
Min AVM version: 2
local state of the key B in the current application in account A
value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_local_get
Min AVM version: 2
X is the local state of application B, key C in account A. Y is 1 if key existed, else 0
Txn.Accounts offset (or, since v4, an available account address), available application id (or, since v4, a Txn.ForeignApps offset), state key.
did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_local_get_ex
Min AVM version: 2
X is the local state of application B, key C in account A. Y is 1 if key existed, else 0
Txn.Accounts offset (or, since v4, an available account address), available application id (or, since v4, a Txn.ForeignApps offset), state key.
did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_local_get_ex
Min AVM version: 2
local state of the key B in the current application in account A
value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_local_get
Min AVM version: 2
Get or modify Local app state