You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have storage map in which struct is included in each element.
And given the index, I was trying to access the i’th element by
local currentHammer: hammer_ram:= _hammerStrStorageMap.get(i)
and the currentHammer value just contains empty values.
The text was updated successfully, but these errors were encountered:
As reported by Iggy:
I have storage map in which struct is included in each element.
And given the index, I was trying to access the i’th element by
local currentHammer: hammer_ram:= _hammerStrStorageMap.get(i)
and the currentHammer value just contains empty values.
The text was updated successfully, but these errors were encountered: