Add new param javadoc comment

This commit is contained in:
Fabio Berger
2018-07-05 00:40:43 +02:00
parent a0b9c7777b
commit 7efa17ef7d

View File

@@ -260,6 +260,7 @@ export class Web3Wrapper {
/**
* Gets the contract code by address
* @param address Address of the contract
* @param defaultBlock Block height at which to make the call. Defaults to `latest`
* @return Code of the contract
*/
public async getContractCodeAsync(address: string, defaultBlock?: BlockParam): Promise<string> {