base fee for EIP-1559 blocks.
base fee change denominator bounds the amount the base fee can change between blocks.
elasticity multiplier bounds the maximum gas limit an EIP-1559 block may have.
height at which the base fee calculation is enabled.
min gas denominator bounds the minimum gasUsed to be charged to senders based on GasLimit
min_gas_price defines the minimum gas price value for cosmos and eth transactions
no base fee forces the EIP-1559 base fee to 0 (needed for 0 price calls)
Generated using TypeDoc
Params defines the EVM module parameters