Hierarchy

  • V1Params

Properties

allow_unprotected_txs?: boolean

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

chain_config?: V1ChainConfig

chain config defines the EVM chain configuration parameters ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int values instead of *big.Int.

enable_call?: boolean

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

enable_create?: boolean

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

evm_denom?: string

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

extra_eips?: string[]

extra eips defines the additional EIPs for the vm.Config

Generated using TypeDoc