dh77
1
This doesn’t seem to work on the Test Net:
Actually, it is not supported at all:
c.ExecuteScript undefined (type *client.Client has no field or method ExecuteScript)compilerMissingFieldOrMethod
Do you have an alternative solution with a full code example? Tnx
You’ll need to use the ExecuteScriptAtLatestBlock
, check the link that you posted for the docs. Does that help?
dh77
3
Tnx @flowjosh - I tried but I don’t know what to put in as the 3rd argument - []cadence.Value.
Please advise…
dh77
4
Actually, the argument can be nil. It works now.