pub async fn deploy_with_proxy_from_bytecode(
deployer: &Signer,
eth_client: &EthClient,
bytecode: &[u8],
salt: &[u8],
) -> Result<ProxyDeployment, DeployError>Expand description
Same as deploy_with_proxy, but takes the contract bytecode directly instead of a path.