Skip to main content

deploy.scriptdeploymentrecord

Home > @blaze-cardano/deploy > ScriptDeploymentRecord

ScriptDeploymentRecord type

Cache record for a deployed or superseded script target.

Signature:

export type ScriptDeploymentRecord = {
name: string;
version: string;
scriptHash: Hash28ByteBase16;
address: Address;
utxo?: TransactionUnspentOutput;
status: ScriptDeploymentStatus;
manifestHash?: Hash32ByteBase16;
supersededBy?: Hash28ByteBase16;
};

References: ScriptDeploymentStatus