Function cairo_lang_starknet::contract_class::compile_path
source · pub fn compile_path(
path: &Path,
compiler_config: CompilerConfig<'_>
) -> Result<ContractClass>
Expand description
Compile the contract given by path.
Errors if no contracts or more than 1 are found.