Preparing search index...
The search index is not available
Solidity AST
Solidity AST
ArrayTypeName
Interface ArrayTypeName
interface
ArrayTypeName
{
baseType
:
TypeName
;
id
:
number
;
length
?:
null
|
Expression
;
nodeType
:
"ArrayTypeName"
;
src
:
string
;
typeDescriptions
:
TypeDescriptions
;
}
Index
Properties
base
Type
id
length?
node
Type
src
type
Descriptions
Properties
base
Type
base
Type
:
TypeName
id
id
:
number
Optional
length
length
?:
null
|
Expression
node
Type
node
Type
:
"ArrayTypeName"
src
src
:
string
type
Descriptions
type
Descriptions
:
TypeDescriptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Type
id
length
node
Type
src
type
Descriptions
Solidity AST
Loading...