pub fn compile_path(
path: &Path,
contract_path: Option<&str>,
compiler_config: CompilerConfig<'_>,
) -> Result<ContractClass>
Expand description
Compile the contract given by path. Errors if there is ambiguity.
pub fn compile_path(
path: &Path,
contract_path: Option<&str>,
compiler_config: CompilerConfig<'_>,
) -> Result<ContractClass>
Compile the contract given by path. Errors if there is ambiguity.