Skip to content

Commit

Permalink
Update message listener
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Oct 4, 2024
1 parent 3aed53a commit 0f9c780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/IMessageListener.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

pragma solidity >=0.8.8 <0.9.0;

import {SchainHash} from "./DomainTypes.sol";


interface IMessageListener {
/**
Expand Down Expand Up @@ -52,7 +54,7 @@ interface IMessageListener {
) external;

function postOutgoingMessage(
bytes32 targetChainHash,
SchainHash targetChainHash,
address targetContract,
bytes memory data
) external;
Expand Down

0 comments on commit 0f9c780

Please sign in to comment.