Preparing search index...
The search index is not available
Solidity AST
Solidity AST
EventDefinition
Interface EventDefinition
interface
EventDefinition
{
anonymous
:
boolean
;
documentation
?:
null
|
StructuredDocumentation
;
eventSelector
?:
string
;
id
:
number
;
name
:
string
;
nameLocation
?:
string
;
nodeType
:
"EventDefinition"
;
parameters
:
ParameterList
;
src
:
string
;
}
Index
Properties
anonymous
documentation?
event
Selector?
id
name
name
Location?
node
Type
parameters
src
Properties
anonymous
anonymous
:
boolean
Optional
documentation
documentation
?:
null
|
StructuredDocumentation
Optional
event
Selector
event
Selector
?:
string
id
id
:
number
name
name
:
string
Optional
name
Location
name
Location
?:
string
node
Type
node
Type
:
"EventDefinition"
parameters
parameters
:
ParameterList
src
src
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
anonymous
documentation
event
Selector
id
name
name
Location
node
Type
parameters
src
Solidity AST
Loading...