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
If you call then - your internal closure should return a Promise
If you call map - you can return a normal value that will be wrapped into the Promise for further chaining
Could you please provide an example of how to use the async functions.
For example
web3.eth.getGasPricePromise().then { ???? }
Whatever I do with what comes from autocomplete gives a build-time error.
Thanks!
The text was updated successfully, but these errors were encountered: