Type Alias ethers_solc::artifacts::output_selection::FileOutputSelection
source · pub type FileOutputSelection = BTreeMap<String, Vec<String>>;
Expand description
Represents the desired outputs based on a File (file -> (contract -> [outputs]))
Aliased Type§
struct FileOutputSelection { /* private fields */ }