Function leo_lang::cli::commands::deploy::deploy_cost_breakdown

source ยท
fn deploy_cost_breakdown(
    name: &String,
    total_cost: f64,
    storage_cost: f64,
    synthesis_cost: f64,
    namespace_cost: f64,
    priority_fee: f64,
) -> Result<()>