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
sendMessage can return object what can be awaited. We need some testing and usability testing to prove this idea. Probably there are cases when await waitTillCompleted(client, 1, hash) is more convenient.
The text was updated successfully, but these errors were encountered:
I’m Manasseh, and I’d like to work on this! I have 3 years of coding experience. I can make sendMessage awaitable, test the new tx.waitTillCompleted() idea, and check how it works compared to waitTillCompleted(client, 1, hash). I’ll add tests and try it out to prove it’s easy to use. Let me handle this. I’ll do it well!
Hey @manassehO thanks for indicating your interest in this issue. Happy to assign this issue to you. If you have any questions feel free to tag me, @0xAleksaOpacic or @gitshreevatsa in case of questions or reach us directly through our developer Telegram group which you can find here
Now we can receive recipe of transaction like this:
There is a proposal to change api accordingly with the following example
sendMessage
can return object what can be awaited. We need some testing and usability testing to prove this idea. Probably there are cases whenawait waitTillCompleted(client, 1, hash)
is more convenient.The text was updated successfully, but these errors were encountered: