Special Operations
Special Operations allow to proceed different kinds of events on rell dapp side:
Operation | Location | Description |
---|---|---|
__begin_block | on-chain | This operation is executed before any regular transactions get in the block which allows to automate a process in a dapp. |
__end_block | on-chain | This operation is executed after any regular transactions get in the block which allows to automate a process in a dapp. |
__icmf_message | cross-chain | This operation is used for ICMF to handle messages between dapps. |
__evm_block | cross-chain | This operation is used for EIF which is called when a block on evm side had been handled by EIF. |