Module struct_def

Source
Expand description

Solidity struct definition parsing support

Structs§

FieldDeclaration
A field declaration inside a struct
MappingType
SolStruct
Represents a solidity struct
StructFieldDeclaration
Represents a elementary field declaration inside a struct with a : int x
StructType
How the type of a struct field is referenced

Enums§

FieldType
A field declaration inside a struct
StructFieldType
Represents the type of a field in a struct