deploy.scriptdeploymentcachesnapshot
Home > @blaze-cardano/deploy > ScriptDeploymentCacheSnapshot
ScriptDeploymentCacheSnapshot type
Serializable deployment cache snapshot for CI artifacts.
Signature:
export type ScriptDeploymentCacheSnapshot = {
manifestHash?: Hash32ByteBase16;
records: readonly SerializableScriptDeploymentRecord[];
};
References: SerializableScriptDeploymentRecord