Preparing search index...
The search index is not available
Solidity AST
Solidity AST
UserDefinedTypeName
Interface UserDefinedTypeName
interface
UserDefinedTypeName
{
contractScope
?:
null
;
id
:
number
;
name
?:
string
;
nodeType
:
"UserDefinedTypeName"
;
pathNode
?:
IdentifierPath
;
referencedDeclaration
:
number
;
src
:
string
;
typeDescriptions
:
TypeDescriptions
;
}
Index
Properties
contract
Scope?
id
name?
node
Type
path
Node?
referenced
Declaration
src
type
Descriptions
Properties
Optional
contract
Scope
contract
Scope
?:
null
id
id
:
number
Optional
name
name
?:
string
node
Type
node
Type
:
"UserDefinedTypeName"
Optional
path
Node
path
Node
?:
IdentifierPath
referenced
Declaration
referenced
Declaration
:
number
src
src
:
string
type
Descriptions
type
Descriptions
:
TypeDescriptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
contract
Scope
id
name
node
Type
path
Node
referenced
Declaration
src
type
Descriptions
Solidity AST
Loading...