pub async fn deploy_with_proxy_no_wait(
deployer: &Signer,
eth_client: &EthClient,
contract_path: &Path,
salt: &[u8],
overrides: Overrides,
) -> Result<ProxyDeployment, DeployError>Expand description
Same as deploy_with_proxy, but does not wait for the transaction receipts.