harmony-one / sdk

Javascript SDK of Harmony protocol.
MIT License
92 stars 43 forks source link

[harmony-account] make getBalance return Balance interface instead of object #22

Closed gupadhyaya closed 4 years ago

gupadhyaya commented 4 years ago

Account.getBalance returns Promise<object> which makes typescript raise error Property 'balance' does not exist on type 'object', hence changing it to Balance interface.

gupadhyaya commented 4 years ago

@denniswon could you bump the version and release?