Skip to main content

Special operations

Special operations facilitate various types of events on the Rell dapp side:

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.