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.BigInteger
getGasLimit()
Deprecated.java.math.BigInteger
getGasLimit(java.lang.String contractFunc)
java.math.BigInteger
getGasPrice()
Deprecated.java.math.BigInteger
getGasPrice(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.
-
-