Algorand
Interpreting "goal app read" response
General
docs
fabrice
February 28, 2021, 4:25pm
2
if the variable is a
[]byte
, then
tt
is set to 1, and
tb
contains the value
if the variable is an
uint
, then
tt
is set to 2, and
ui
contains the value
You indeed need to dig in the code to find this information:
and the TEAL type:
show post in topic
Related topics
Topic
Replies
Views
Activity
How to identify type of global state delta in app call txn
1
452
April 22, 2022
Parsing strings in teal local state
General
teal
1
351
February 28, 2022
PyTeal App.localPut does not work as I expected
General
teal
,
smart-contracts
2
546
May 9, 2022
Byte to int (vice versa) conversion and comparison in Teal
General
teal
,
smart-contracts
6
1142
May 13, 2021
Byte encoding for goal app command output
4
358
August 22, 2023