Add async/await support
All legacy methods now have corresponding Async methods.
e.g.
refreshBalance() -> refreshBalanceAsync()
deposit() -> depositAsync()
...
All legacy methods now have corresponding Async methods.
e.g.
refreshBalance() -> refreshBalanceAsync()
deposit() -> depositAsync()
...