Function ethers_core::utils::compile_and_launch_ganache[][src]

pub async fn compile_and_launch_ganache(
    solc: Solc,
    ganache: Ganache
) -> Result<(HashMap<String, CompiledContract>, GanacheInstance), SolcError>
Expand description

Compiles the contracts and launches a crate::utils::GanacheInstance

Same as [crate::utils::setup::compile] and [crate::utils::setup::launch_ganache]