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
Probably "because JavaScript" but when using the TS bindings when the return type contains a Map where the key is something like an Address providing that key in a .get method it won't return that value for that key.
Map keys likely need to be converted to strings or something other than a complex type where .get requests can fail when the underlying object is actually identical.
The text was updated successfully, but these errors were encountered:
Probably "because JavaScript" but when using the TS bindings when the return type contains a Map where the key is something like an
Address
providing that key in a.get
method it won't return that value for that key.Map keys likely need to be converted to strings or something other than a complex type where
.get
requests can fail when the underlying object is actually identical.The text was updated successfully, but these errors were encountered: