pub fn find_contract_artifacts(
output: ProjectCompileOutput,
path: &Path,
name: &str,
) -> Result<(JsonAbi, CompactBytecode, ArtifactId)>Expand description
Given a Project’s output, finds the contract by path and name and returns its
ABI, creation bytecode, and ArtifactId.