deploy.memoryscriptdeploymentcache.findbyname
Home > @blaze-cardano/deploy > MemoryScriptDeploymentCache > findByName
MemoryScriptDeploymentCache.findByName() method
Find the active record for a target name, preferring the highest non-superseded version.
Signature:
findByName(name: string): ScriptDeploymentRecord | undefined;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
string |
Returns:
ScriptDeploymentRecord | undefined