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
This is because the deserialize result payload is a T::Struct but we can't guarantee the type. We should be able to fix this with a Tapioca compiler that adds more specific RBIs for each T::Struct present in your application.
The text was updated successfully, but these errors were encountered:
Currently, when you deserialize into a struct, we need to do casting if we use the result in a chain:
This is because the deserialize result payload is a
T::Struct
but we can't guarantee the type. We should be able to fix this with a Tapioca compiler that adds more specific RBIs for each T::Struct present in your application.The text was updated successfully, but these errors were encountered: