foundry_compilers_artifacts

Type Alias Contracts

Source
pub type Contracts = BTreeMap<PathBuf, BTreeMap<String, Contract>>;
Expand description

file -> (contract name -> Contract)

Aliased Typeยง

struct Contracts { /* private fields */ }