.. py:module:: ethereum.paris.vm.precompiled_contracts.identity Ethereum Virtual Machine (EVM) IDENTITY PRECOMPILED CONTRACT ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. contents:: Table of Contents :backlinks: none :local: Introduction ------------ Implementation of the `IDENTITY` precompiled contract. .. only:: stage1 Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: ethereum.paris.vm.precompiled_contracts.identity.identity Module Details --------------- identity ~~~~~~~~ .. function:: identity(evm: ethereum.paris.vm.Evm) -> None :noindexentry: Writes the message data to output. :param evm: The current EVM frame. .. undocinclude:: /../src/ethereum/paris/vm/precompiled_contracts/identity.py :language: python :pyobject: identity