fn print_deployment_stats<N: Network>(
program_id: &str,
deployment: &Deployment<N>,
priority_fee: Option<u64>,
) -> Result<()>
Expand description
Pretty‑print deployment statistics without a table, using the same UI
conventions as print_deployment_plan
.