Protected
Optional
Private
Create a nicely formatted error message with tx metadata and solidity stack trace
Estimate the total gas cost of this transaction (in both ether and wei)
Get gas overrides for the transaction
Calculates the gas price for transactions (adding a 10% tip buffer)
Get the address of the transaction signer
Set a multiple to multiply the gas limit by
// Set the gas limit multiple to 1.2 (increase by 20%)tx.setGasLimitMultiple(1.2) Copy
// Set the gas limit multiple to 1.2 (increase by 20%)tx.setGasLimitMultiple(1.2)
Generated using TypeDoc
Create a nicely formatted error message with tx metadata and solidity stack trace