warning | layout | title |
---|---|---|
This is a dynamically generated file. Do not edit manually. |
default |
gas-indexed-events | Solhint |
Suggest indexed arguments on events for uint, bool and address
This rule accepts a string option of rule severity. Must be one of "error", "warn", "off". Defaults to warn.
{
"rules": {
"gas-indexed-events": "warn"
}
}
- source of the rule initiative (see Indexed Events)
This rule does not have examples.
This rule was introduced in Solhint 4.5.0