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
main issue being it is currently impossible to associate an exit id with the token associated with that exit. without additional information from the exit event, or a helper api, you would have to get information from all contract events and run filtering on the client, which can overflow memory if there are a lot of large transaction data, which is highly likely.
new feature request to get exits and its information by wallet address
something like:
rootChain.getExits(address: string): IExit[]
The text was updated successfully, but these errors were encountered: