Function leo_lang::cli::commands::execute::execution_cost_breakdown

source ยท
fn execution_cost_breakdown(
    name: &String,
    total_cost: f64,
    storage_cost: f64,
    finalize_cost: f64,
    priority_fee: f64,
) -> Result<()>