Add missing doc comments

This commit is contained in:
Fabio Berger
2018-08-03 17:13:10 +02:00
parent 10f6647ab3
commit 3ee3fc2fb3
14 changed files with 81 additions and 5 deletions

View File

@@ -237,6 +237,7 @@ export class Web3Wrapper {
/**
* Retrieves an accounts Ether balance in wei
* @param owner Account whose balance you wish to check
* @param defaultBlock The block depth at which to fetch the balance (default=latest)
* @returns Balance in wei
*/
public async getBalanceInWeiAsync(owner: string, defaultBlock?: BlockParam): Promise<BigNumber> {