Params defines the EVM module parameters

Hierarchy

  • Params

Properties

allowUnprotectedTxs: boolean

Allow unprotected transactions defines if replay-protected (i.e non EIP155 signed) transactions can be executed on the state machine.

chainConfig: undefined | ChainConfig

chain config defines the EVM chain configuration parameters

enableCall: boolean

enable call toggles state transitions that use the vm.Call function

enableCreate: boolean

enable create toggles state transitions that use the vm.Create function

evmDenom: string

evm denom represents the token denomination used to run the EVM state transitions.

extraEips: number[]

extra eips defines the additional EIPs for the vm.Config

Generated using TypeDoc