public class EIP1559Struct
extends java.lang.Object
| 构造器和说明 |
|---|
EIP1559Struct(java.math.BigInteger maxFeePerGas,
java.math.BigInteger maxPriorityFeePerGas,
java.math.BigInteger gasLimit) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.math.BigInteger |
getGasLimit() |
java.math.BigInteger |
getMaxFeePerGas() |
java.math.BigInteger |
getMaxPriorityFeePerGas() |