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

Options

Common options.

struct Options {
    string referenceContract;
    string referenceBuildInfoDir;
    bytes constructorData;
    string[] exclude;
    string unsafeAllow;
    bool unsafeAllowRenames;
    bool unsafeSkipProxyAdminCheck;
    bool unsafeSkipStorageCheck;
    bool unsafeSkipAllChecks;
    DefenderOptions defender;
}