Preparing search index...
The search index is not available
solc-typed-ast
solc-typed-ast
FunctionTypeId
Class FunctionTypeId
Base class for all TypeIdentifier nodes
Hierarchy (
view full
)
TypeIdentifier
FunctionTypeId
Index
Constructors
constructor
Properties
bound
First
ArgT?
gas
Set
kind
mutability
parameters
returns
salt
Set
value
Set
Methods
pp
Constructors
constructor
new
Function
Type
Id
(
kind
,
mutability
,
parameters
,
returns
,
gasSet
,
valueSet
,
saltSet
,
boundFirstArgT
?
)
:
FunctionTypeId
Parameters
kind
:
FunctionTypeKind
mutability
:
FunctionTypeMutability
parameters
:
TypeIdentifier
[]
returns
:
TypeIdentifier
[]
gasSet
:
boolean
valueSet
:
boolean
saltSet
:
boolean
Optional
boundFirstArgT
:
TypeIdentifier
Returns
FunctionTypeId
Properties
Optional
Readonly
bound
First
ArgT
bound
First
ArgT
?:
TypeIdentifier
Readonly
gas
Set
gas
Set
:
boolean
Readonly
kind
kind
:
FunctionTypeKind
Readonly
mutability
mutability
:
FunctionTypeMutability
Readonly
parameters
parameters
:
TypeIdentifier
[]
Readonly
returns
returns
:
TypeIdentifier
[]
Readonly
salt
Set
salt
Set
:
boolean
Readonly
value
Set
value
Set
:
boolean
Methods
pp
pp
(
)
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
bound
First
ArgT
gas
Set
kind
mutability
parameters
returns
salt
Set
value
Set
pp
solc-typed-ast
Loading...
Generated using
TypeDoc
Base class for all TypeIdentifier nodes