Skip to content

Async/Await release

Compare
Choose a tag to compare
@hsharghi hsharghi released this 17 Jun 17:59
· 29 commits to main since this release
8a6ca3f

Fully support concurrency (async/await)
remove all legacy methods, and rename Async methods to base legacy methods.

refreshBalanceAsync() -> refreshBalance()
depositAsync() -> deposit()