Versions in this module Expand all Collapse all v0 v0.6.3 Nov 22, 2024 Changes in this version + var EmptyFeeConfig = FeeConfig + var ValidTestFeeConfig = FeeConfig + type FeeConfig struct + BaseFeeChangeDenominator *big.Int + BlockGasCostStep *big.Int + GasLimit *big.Int + MaxBlockGasCost *big.Int + MinBaseFee *big.Int + MinBlockGasCost *big.Int + TargetBlockRate uint64 + TargetGas *big.Int + func (f *FeeConfig) Equal(other *FeeConfig) bool + func (f *FeeConfig) Verify() error