joshua | Flow (2024-05-06)
I updated to the latest preview of flow-go-sdk, cadence, and emulator and I am getting this error in my Go tests now:
This is my code:
I checked the cadence value code for events and tried
Any idea what I should be using there to get a field from an event?
This is my code:
I checked the cadence value code for events and tried
fields, and getFieldValues() but those aren't found either. Any idea what I should be using there to get a field from an event?