Skip to content

Commit

Permalink
Add requiredHook to IMailbox
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 21, 2023
1 parent 1a584ad commit 62211b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solidity/contracts/interfaces/IMailbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ interface IMailbox {

function defaultHook() external view returns (IPostDispatchHook);

function requiredHook() external view returns (IPostDispatchHook);

function latestDispatchedId() external view returns (bytes32);

function dispatch(
Expand Down

0 comments on commit 62211b9

Please sign in to comment.