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
Also, provider.getMessages() returns the full messages with all the fields, including messageId while provider.getMessageByNonce() skips the messageId field.
The method
Provider.getMessages
returns the data parsedfuels-ts/packages/account/src/providers/provider.ts
Lines 1574 to 1608 in d19736b
while the
Provider.getMessageByNonce
returns directly the graphql response, I think they should return the samefuels-ts/packages/account/src/providers/provider.ts
Lines 1791 to 1801 in d19736b
The text was updated successfully, but these errors were encountered: