__evm_block

operation __evm_block(network_id: integer, evm_block_height: big_integer, evm_block_hash: byte_array, events: list<event_data>)

Processes an EVM block and its associated events.

Parameters

network_id
  • The ID of the EVM network where the block was mined (e.g., mainnet, testnet).

evm_block_height
  • The height of the EVM block to be processed.

evm_block_hash
  • The hash of the EVM block.

events
  • A list of events associated with the block.