Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

AuthorityObserveIsConsuming

Functions

canCall

function canCall(address, address, bytes4) external pure returns (bool immediate, uint32 delay);

consumeScheduledOp

function consumeScheduledOp(address caller, bytes memory data) public;

Events

ConsumeScheduledOpCalled

event ConsumeScheduledOpCalled(address caller, bytes data, bytes4 isConsuming);