Preparing search index...
The search index is not available
Solidity AST
Solidity AST
YulLiteralHexValue
Interface YulLiteralHexValue
interface
YulLiteralHexValue
{
hexValue
:
string
;
kind
:
"string"
|
"number"
|
"bool"
;
nativeSrc
?:
string
;
nodeType
:
"YulLiteral"
;
src
:
string
;
type
:
string
;
value
?:
string
;
}
Index
Properties
hex
Value
kind
native
Src?
node
Type
src
type
value?
Properties
hex
Value
hex
Value
:
string
kind
kind
:
"string"
|
"number"
|
"bool"
Optional
native
Src
native
Src
?:
string
node
Type
node
Type
:
"YulLiteral"
src
src
:
string
type
type
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hex
Value
kind
native
Src
node
Type
src
type
value
Solidity AST
Loading...