deploy.scriptdeploymentplan
Home > @blaze-cardano/deploy > ScriptDeploymentPlan
ScriptDeploymentPlan type
Ordered deployment plan for a manifest.
Signature:
export type ScriptDeploymentPlan = {
manifestHash: Hash32ByteBase16;
actions: readonly ScriptDeploymentAction[];
};
References: ScriptDeploymentAction