Skip to main content

deploy.deploymentplanner

Home > @blaze-cardano/deploy > DeploymentPlanner

DeploymentPlanner class

Reconciles a deployment manifest against provider-visible chain state and an optional cache.

Signature:

export declare class DeploymentPlanner 

Constructors

Constructor

Modifiers

Description

(constructor)(provider, cache)

Create a deployment planner for a provider and optional cache.

Properties

Property

Modifiers

Type

Description

cache?

readonly

ScriptDeploymentCache | undefined

(Optional) Optional cache used as a hint for replacements and retirements.

provider

readonly

Provider

Provider used to inspect live reference-script UTxOs.

Methods

Method

Modifiers

Description

reconcile(manifest)

Build a deployment plan for a manifest.