Use object instead of Object (#936)

This commit is contained in:
Elliot Lee
2018-10-02 02:13:28 -07:00
committed by GitHub
parent f785605db8
commit 37edede728
61 changed files with 98 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
## getBalances
`getBalances(address: string, options: Object): Promise<Array<Object>>`
`getBalances(address: string, options: object): Promise<Array<object>>`
Returns balances for a specified account.