Hierarchy

  • V1Params

Properties

base_fee?: string

base fee for EIP-1559 blocks.

base_fee_change_denominator?: number

base fee change denominator bounds the amount the base fee can change between blocks.

Format

int64

elasticity_multiplier?: number

elasticity multiplier bounds the maximum gas limit an EIP-1559 block may have.

Format

int64

enable_height?: string

height at which the base fee calculation is enabled.

Format

int64

min_gas_multiplier?: string

min gas denominator bounds the minimum gasUsed to be charged to senders based on GasLimit

min_gas_price?: string

min_gas_price defines the minimum gas price value for cosmos and eth transactions

no_base_fee?: boolean

no base fee forces the EIP-1559 base fee to 0 (needed for 0 price calls)

Generated using TypeDoc