Module deploy

Source

Structs§

LeoDeploy
Deploys an Aleo program.

Functions§

check_tasks_for_warnings 🔒
Check the tasks to warn the user about any potential issues. Only local programs are checked. The following properties are checked:
handle_deploy 🔒
print_deployment_plan 🔒
Pretty‑print the deployment plan without using a table.
print_deployment_stats 🔒
Pretty‑print deployment statistics without a table, using the same UI conventions as print_deployment_plan.
validate_deployment_limits 🔒
Check if the number of variables and constraints are within the limits.

Type Aliases§

DeploymentTask 🔒