Skip to main content

create2_deploy_from_bytecode_no_wait

Function create2_deploy_from_bytecode_no_wait 

Source
pub async fn create2_deploy_from_bytecode_no_wait(
    constructor_args: &[u8],
    bytecode: &[u8],
    deployer: &Signer,
    salt: &[u8],
    eth_client: &EthClient,
    overrides: Overrides,
) -> Result<(H256, Address), DeployError>