deploy.scriptdeploymentcache
Home > @blaze-cardano/deploy > ScriptDeploymentCache
ScriptDeploymentCache interface
Storage interface for script deployment cache records.
Signature:
export interface ScriptDeploymentCache
Methods
|
Method |
Description |
|---|---|
|
Find the active record for a target name. | |
|
Find a record by script hash. | |
|
Store or replace one cache record. | |
|
Return all cache records. | |
|
Remove all cache records with a target name. | |
|
Serialize the cache for persistence. |