pub fn compile_solidity_contract(
source_code: &str,
file_name: &str,
contract_name: &str,
extra_sources: &[(&str, &str)],
) -> Result<Vec<u8>>Expand description
Compiles a Solidity contract and returns the bytecode of the named contract.