Versions in this module Expand all Collapse all v1 v1.0.1 Feb 24, 2023 Changes in this version + const DecimalUnit + var DecimalUnitBn = big.NewInt(DecimalUnit) + var DefaultMaxPrice = big.NewInt(1000000 * params.GWei) + type Config struct + GasPowerWallRatio *big.Int + MaxPrice *big.Int + MaxPriceMultiplierRatio *big.Int + MiddlePriceMultiplierRatio *big.Int + MinPrice *big.Int + type Oracle struct + func NewOracle(backend Reader, params Config) *Oracle + func (gpo *Oracle) SuggestPrice() *big.Int + type Reader interface + GetLatestBlockIndex func() idx.Block + GetPendingRules func() forest.Rules + GetRules func() forest.Rules + TotalGasPowerLeft func() uint64