fn validate_deployment_limits<N: Network>(
deployment: &Deployment<N>,
program_id: &ProgramID<N>,
network: &NetworkName,
) -> Result<()>
Expand description
Check if the number of variables and constraints are within the limits.
fn validate_deployment_limits<N: Network>(
deployment: &Deployment<N>,
program_id: &ProgramID<N>,
network: &NetworkName,
) -> Result<()>
Check if the number of variables and constraints are within the limits.