Skip to main content

get_bytecode

Function get_bytecode 

Source
pub fn get_bytecode(source_code: &str, contract_name: &str) -> Result<Vec<u8>>
Expand description

Compiles the given Solidity source code and returns the bytecode of the named contract.