Skip to content

Add async/await support

Compare
Choose a tag to compare
@hsharghi hsharghi released this 17 Jun 17:45
· 31 commits to main since this release
e7bcf2b

All legacy methods now have corresponding Async methods.
e.g.

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