wake.ir.meta.storage_layout_specifier
module
#
StorageLayoutSpecifier
class
#
Bases: SolidityAbc
Source code in wake/ir/meta/storage_layout_specifier.py
base_slot_expression: ExpressionAbc
property
#
Returns:
Type | Description |
---|---|
ExpressionAbc
|
Expression representing the starting slot of the storage layout. |
children: Iterator[ExpressionAbc]
property
#
Yields:
Type | Description |
---|---|
ExpressionAbc
|
Direct children of this node. |
parent: ContractDefinition
property
#
Returns:
Type | Description |
---|---|
ContractDefinition
|
Parent IR node. |