Skip to main content

deploy.serializablescriptdeploymenttarget

Home > @blaze-cardano/deploy > SerializableScriptDeploymentTarget

SerializableScriptDeploymentTarget type

JSON-serializable target representation used for manifest hashing.

Signature:

export type SerializableScriptDeploymentTarget = {
name: string;
version: string;
scriptHash: Hash28ByteBase16;
address: string;
metadata: Readonly<Record<string, string>>;
};