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

ISafeConfigLockTarget

Git Source

Functions

getThreshold

function getThreshold() external view returns (uint256);

getOwners

function getOwners() external view returns (address[] memory);

getModulesPaginated

function getModulesPaginated(address start, uint256 pageSize)
    external
    view
    returns (address[] memory array, address next);