Preparing search index...
The search index is not available
Solidity AST
Solidity AST
ModifierInvocation
Interface ModifierInvocation
interface
ModifierInvocation
{
arguments
?:
null
|
Expression
[]
;
id
:
number
;
kind
?:
"modifierInvocation"
|
"baseConstructorSpecifier"
;
modifierName
:
Identifier
|
IdentifierPath
;
nodeType
:
"ModifierInvocation"
;
src
:
string
;
}
Index
Properties
arguments?
id
kind?
modifier
Name
node
Type
src
Properties
Optional
arguments
arguments
?:
null
|
Expression
[]
id
id
:
number
Optional
kind
kind
?:
"modifierInvocation"
|
"baseConstructorSpecifier"
modifier
Name
modifier
Name
:
Identifier
|
IdentifierPath
node
Type
node
Type
:
"ModifierInvocation"
src
src
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
arguments
id
kind
modifier
Name
node
Type
src
Solidity AST
Loading...