Skip to main content

Special Operations

Special Operations allow to proceed different kinds of events on rell dapp side:

OperationLocationDescription
__begin_blockon-chainThis operation is executed before any regular transactions get in the block which allows to automate a process in a dapp.
__end_blockon-chainThis operation is executed after any regular transactions get in the block which allows to automate a process in a dapp.
__icmf_messagecross-chainThis operation is used for ICMF to handle messages between dapps.
__evm_blockcross-chainThis operation is used for EIF which is called when a block on evm side had been handled by EIF.