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 ec745ce commit 7f36661Copy full SHA for 7f36661
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