public class DefaultGasProvider extends java.lang.Object implements ContractGasProvider
| 构造器和说明 |
|---|
DefaultGasProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.math.BigInteger |
getGasLimit() |
java.math.BigInteger |
getGasPrice() |
public static final java.math.BigInteger GAS_LIMIT
public static final java.math.BigInteger GAS_PRICE
public java.math.BigInteger getGasPrice()
getGasPrice 在接口中 ContractGasProviderpublic java.math.BigInteger getGasLimit()
getGasLimit 在接口中 ContractGasProvider