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
Sometimes we can get tricky errors because of private members not matching. Suggested way to avoid is to create Interfaces corresponding to those classes.
In particular Message and Transactions are not created by calling constructors. Objects are created first and claimed to be a Message/Transaction.
The text was updated successfully, but these errors were encountered:
Sometimes we can get tricky errors because of private members not matching. Suggested way to avoid is to create Interfaces corresponding to those classes.
In particular Message and Transactions are not created by calling constructors. Objects are created first and claimed to be a Message/Transaction.
The text was updated successfully, but these errors were encountered: