Function ethers_core::utils::compile [−][src]
pub async fn compile(
solc: Solc
) -> Result<HashMap<String, CompiledContract>, SolcError>
Expand description
Builds the contracts and returns a hashmap for each named contract
Same as crate::utils::Solc::build but async