Add requiredHook to IMailbox

pull/2953/head
Yorke Rhodes 11 months ago
parent 1a584ad8a4
commit 62211b92e3
No known key found for this signature in database
GPG Key ID: 9EEACF1DA75C5627
  1. 2
      solidity/contracts/interfaces/IMailbox.sol

@ -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(

Loading…
Cancel
Save