We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
transient
StorageLocation
1 parent 3333dc9 commit cf86ee8Copy full SHA for cf86ee8
crates/artifacts/solc/src/ast/misc.rs
@@ -92,6 +92,7 @@ pub enum StorageLocation {
92
Default,
93
Memory,
94
Storage,
95
+ Transient,
96
}
97
98
/// Visibility specifier.
0 commit comments