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