Hi there,
I’m just getting started with Flow/Cadence using the Python SDK.
Coming from Ethereum - I’m trying to find out how I can read public variables from a contract, or call a read-only function (with arguments). Is this possible via the Python SDK?
Thanks
Tim
(edit - looks like I can use something like ExecuteScriptAtLatestBlock - what I really need is an example of executing against a contract that has already been deployed)