Versions in this module Expand all Collapse all v1 v1.0.1 Jun 12, 2023 Changes in this version + type EVMModule struct + func New() *EVMModule + func (p *EVMModule) Start(block blockproc.BlockCtx, statedb *state.StateDB, reader evmcore.DummyChain, ...) blockproc.EVMProcessor + type MetatechchainEVMProcessor struct + func (p *MetatechchainEVMProcessor) Execute(txs types.Transactions, internal bool) types.Receipts + func (p *MetatechchainEVMProcessor) Finalize() (evmBlock *evmcore.EvmBlock, skippedTxs []uint32, receipts types.Receipts)