Skip to main content

Special operations

Special operations are specific types of operations that facilitate various events on the Rell dapp side. These operations are automatically executed at specific points in the blockchain lifecycle and enable automation and integration with external systems.

Available special operations

OperationLocationDescription
begin_blockon-chainThis operation is executed before any regular transactions are included in the block, allowing for the automation of processes within a dapp.
end_blockon-chainThis operation is executed after all regular transactions have been processed in the block, enabling the automation of processes within the dapp.
icmf_messagecross-chainThis operation is used for the Inter-Chain Messaging Framework (ICMF) to manage messages between dapps.
evm_blockcross-chainThis operation is utilized for the EVM (Ethereum Virtual Machine) Interface (EIF) and is called when a block on the EVM side has been processed by the EIF.