Skip to main content

deploy

Function deploy 

Source
pub async fn deploy(
    network: &str,
    contract: Option<&str>,
    dry_run: bool,
    yes: bool,
    wait_confirm: bool,
    no_auto_version: bool,
) -> Result<DeployOutcome>