Fetching global state via PythonSDK

Seems you correctly declared a global state schema that makes use of 1 integer global variable. You should initialise or assign a value to that integer in order to fetch that global variable.

Did you already assign a key/value pair to that integer?

1 Like