pub fn create<M, I, S>(
abi: Abi,
bytecode_str: &str,
libs: I,
client: Arc<M>,
) -> Result<ContractFactory<M>>Expand description
Creates a contract factory with the given ABI and bytecode, linking the given libraries with their respective addresses.