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.