Package org.web3j.tx.gas
Interface ContractGasProvider
-
- All Known Implementing Classes:
DefaultGasProvider,StaticGasProvider
public interface ContractGasProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.math.BigIntegergetGasLimit()Deprecated.java.math.BigIntegergetGasLimit(java.lang.String contractFunc)java.math.BigIntegergetGasPrice()Deprecated.java.math.BigIntegergetGasPrice(java.lang.String contractFunc)
-
-
-
Method Detail
-
getGasPrice
java.math.BigInteger getGasPrice(java.lang.String contractFunc)
-
getGasPrice
@Deprecated java.math.BigInteger getGasPrice()
Deprecated.
-
getGasLimit
java.math.BigInteger getGasLimit(java.lang.String contractFunc)
-
getGasLimit
@Deprecated java.math.BigInteger getGasLimit()
Deprecated.
-
-