Build
Architecture
protocol
contracts
evm
interfaces
IGatewayEVM.sol
Interface.callable

Git Source (opens in a new tab)

Interface implemented by contracts receiving authenticated calls.

onCall

function onCall(MessageContext calldata context, bytes calldata message) external payable returns (bytes memory);