eth_estimateGas
Estimate gas needed for execution of given contract
web3.eth.estimateGas(callObject [, callback])Parameters
Returns
Example
web3.eth.estimateGas({
from : account1,
to : account2
}).then(console.log);
> 21000Last updated