public class GasPriceOracleResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.math.BigInteger |
gasPrice |
java.math.BigInteger |
high |
java.math.BigInteger |
safeLow |
| Constructor and Description |
|---|
GasPriceOracleResult() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getDesiredGasPrice(GasPrice desiredGasPrice) |
java.lang.String |
toString() |
public java.math.BigInteger gasPrice
public java.math.BigInteger safeLow
public java.math.BigInteger high
public java.math.BigInteger getDesiredGasPrice(GasPrice desiredGasPrice)
public java.lang.String toString()
toString in class java.lang.Object