Hi all,
I’m calling my application as follows
goal app call --app-arg "int:5".....
I seem to only be able to get a byteslices from invoking
txna ApplicationArgs 0
even though the argument is declared as an int in the goal call. Is there a way to retrieve the argument as an int instead of a byteslice?