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

DefenderOptions

Options for OpenZeppelin Defender deployments.

struct DefenderOptions {
    bool useDefenderDeploy;
    bool skipVerifySourceCode;
    string relayerId;
    bytes32 salt;
    string upgradeApprovalProcessId;
    string licenseType;
    bool skipLicenseType;
    TxOverrides txOverrides;
    string metadata;
}