Callable
Git Source (opens in a new tab)
Interface implemented by contracts receiving authenticated calls.
Functions
onCall
function onCall(MessageContext calldata context, bytes calldata message) external payable returns (bytes memory);
Git Source (opens in a new tab)
Interface implemented by contracts receiving authenticated calls.
function onCall(MessageContext calldata context, bytes calldata message) external payable returns (bytes memory);