Skip to main content

deploy.serializablescriptdeploymentrecord

Home > @blaze-cardano/deploy > SerializableScriptDeploymentRecord

SerializableScriptDeploymentRecord type

JSON-serializable cache record.

Signature:

export type SerializableScriptDeploymentRecord = {
name: string;
version: string;
scriptHash: Hash28ByteBase16;
address: string;
utxoCbor?: string;
status: ScriptDeploymentStatus;
manifestHash?: Hash32ByteBase16;
supersededBy?: Hash28ByteBase16;
};

References: ScriptDeploymentStatus