Versions in this module Expand all Collapse all v0 v0.0.3 May 11, 2021 v0.0.2 May 11, 2021 Changes in this version + type Config interface + EthFinalityDepth func() uint + EthMaxGasPriceWei func() *big.Int + GasUpdaterBatchSize func() uint32 + GasUpdaterBlockDelay func() uint16 + GasUpdaterBlockHistorySize func() uint16 + GasUpdaterTransactionPercentile func() uint16 + SetEthGasPriceDefault func(value *big.Int) error + type GasUpdater interface + Close func() error + Start func() error + func NewGasUpdater(ethClient eth.Client, config Config) GasUpdater