Skip to main content

deploy_with_proxy_no_wait

Function deploy_with_proxy_no_wait 

Source
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.