Type Alias foundry_compilers_artifacts::Contracts

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

file -> (contract name -> Contract)

Aliased Type§

struct Contracts { /* private fields */ }