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

AuthorityDelayMock

State Variables

_immediate

bool private _immediate;

_delay

uint256 private _delay;

Functions

canCall

function canCall(address, address, bytes4) external view returns (bool immediate, uint256 delay);

_setImmediate

function _setImmediate(bool immediate) external;

_setDelay

function _setDelay(uint256 delay) external;