Interface ContractEIP1559GasProvider

All Superinterfaces:
ContractGasProvider
All Known Implementing Classes:
StaticEIP1559GasProvider

public interface ContractEIP1559GasProvider extends ContractGasProvider
  • Method Details

    • isEIP1559Enabled

      boolean isEIP1559Enabled()
    • getChainId

      long getChainId()
    • getMaxFeePerGas

      BigInteger getMaxFeePerGas(String contractFunc)
    • getMaxPriorityFeePerGas

      BigInteger getMaxPriorityFeePerGas(String contractFunc)