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
I notice that getRequiredKeys makes multiple calls to the chain - I would like to have a way to provide only required keys in the first place, since whenever I call push, I know exactly which keys I need.
This way I would save myself another 4 or 5 calls and make transactions a lot faster.