Special operations
Special operations facilitate various types of events on the Rell DApp side:
Operation | Location | Description |
---|---|---|
begin_block | on-chain | This operation is executed before any regular transactions are included in the block, allowing for the automation of processes within a DApp. |
end_block | on-chain | This operation is executed after all regular transactions have been processed in the block, enabling the automation of processes within the DApp. |
icmf_message | cross-chain | This operation is used for the Inter-Chain Messaging Framework (ICMF) to manage messages between DApps. |
evm_block | cross-chain | This 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. |