Skip to main content

deploy.reconcilescriptdeployment

Home > @blaze-cardano/deploy > reconcileScriptDeployment

reconcileScriptDeployment() function

Reconcile a deployment manifest without constructing a planner explicitly.

Signature:

reconcileScriptDeployment: (input: {
manifest: ScriptDeploymentManifest;
provider: Provider;
cache?: ScriptDeploymentCache;
}) => Promise<ScriptDeploymentPlan>

Parameters

Parameter

Type

Description

input

{ manifest: ScriptDeploymentManifest; provider: Provider; cache?: ScriptDeploymentCache; }

Returns:

Promise<ScriptDeploymentPlan>