Skip to main content

deploy_with_proxy_from_bytecode_no_wait

Function deploy_with_proxy_from_bytecode_no_wait 

Source
pub async fn deploy_with_proxy_from_bytecode_no_wait(
    deployer: &Signer,
    eth_client: &EthClient,
    bytecode: &[u8],
    salt: &[u8],
    overrides: Overrides,
) -> Result<ProxyDeployment, DeployError>
Expand description

Same as deploy_with_proxy_from_bytecode, but does not wait for the transaction receipts.