MyContract.autoGas - 是否自动估算gas
MyContract.autoGas
属性用来声明是否自动估算gas。如果设置为true,那么
从该合约抽象创建的实例将使用web3.eth.estimateGas
来估算交易gas消耗。
MyContract.autoGas
属性的默认值为true。
属性原型
MyContract.autoGas = <boolean>
MyContract.autoGas
属性用来声明是否自动估算gas。如果设置为true,那么
从该合约抽象创建的实例将使用web3.eth.estimateGas
来估算交易gas消耗。
MyContract.autoGas
属性的默认值为true。
MyContract.autoGas = <boolean>