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.
1 parent 7ec8f5b commit fc24650Copy full SHA for fc24650
crates/artifacts/solc/src/ast/mod.rs
@@ -177,6 +177,8 @@ ast_node!(
177
documentation: Option<Documentation>,
178
// Not available when "stopAfter": "parsing" is specified.
179
fully_implemented: Option<bool>,
180
+ // Not available when "stopAfter": "parsing" is specified.
181
+ #[serde(default)]
182
linearized_base_contracts: Vec<usize>,
183
nodes: Vec<ContractDefinitionPart>,
184
0 commit comments