leo_lang::cli::commands::deploy

Function deploy_cost_breakdown

Source
fn deploy_cost_breakdown(
    name: &String,
    base_fee: f64,
    storage_cost: f64,
    synthesis_cost: f64,
    namespace_cost: f64,
    priority_fee: f64,
) -> Result<()>