Sainath Ebitwar

Results 1 issues of Sainath Ebitwar

While going through the [web3j docs](https://docs.web3j.io/4.8.7/getting_started/deploy_interact_smart_contracts/) in most of the places below deploy method is used. ```java YourSmartContract contract = YourSmartContract.deploy( , , GAS_PRICE, GAS_LIMIT, , ..., ).send(); // constructor...