Skip to main content

deploy.scriptdeploymenttarget

Home > @blaze-cardano/deploy > ScriptDeploymentTarget

ScriptDeploymentTarget type

One script reference target that should exist on chain.

Signature:

export type ScriptDeploymentTarget = {
name: string;
version: string;
script: Script;
address: Address;
metadata?: Readonly<Record<string, string>>;
};