Storage layout printer
Name: storage-layout
Prints storage layout of contracts in given paths or in the whole project.
Example
Parameters
Command-line name |
TOML name |
Type |
Default value |
Description |
--name (multiple) |
names |
List[str] |
[] |
Names of contracts to print storage layout for. |
--split-slots |
split_slots |
bool |
False |
Print a horizontal line between different slots. |
--table-style |
table_style |
str |
"" |
Rich style of the table. |
--header-style |
header_style |
str |
"" |
Rich style of the table header. |
--style |
style |
str |
cyan |
Rich style of the table cells. |