IMessageRecipient

Git Source

is imported from (https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/interfaces/IMessageRecipient.sol)

Functions

handle

function handle(uint32 _origin, bytes32 _sender, bytes calldata _message) external;

Parameters

NameTypeDescription
_originuint32Domain ID of the chain from which the message came
_senderbytes32Address of the message sender on the origin chain as bytes32
_messagebytesRaw bytes content of message body