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