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
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. |