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
Where postToExternalProvider generates a promise that does 2 things:
Fires a JSONRPC message to the external provider using a function injected into the window, for
example in the case of android it is window.android.postMessage.
Listens to the JsonRPC Result on the request, when a response is given it resolves the promise.