iOVM_CrossDomainMessenger
iOVM_CrossDomainMessenger
#
#
FunctionsxDomainMessageSender() → address (external)
sendMessage(address _target, bytes _message, uint32 _gasLimit) (external)
Sends a cross domain message to the target messenger.
#
Parameters:- _target: Target contract address.
- _message: Message to send to the target.
- _gasLimit: Gas limit for the provided message.
#
EventsSentMessage(bytes message)
RelayedMessage(bytes32 msgHash)
FailedRelayedMessage(bytes32 msgHash)