Abstract
Default values for Deployments created from this store.
Static
variantsPopulated in deploy.ts with the constructor for each subclass.
Abstract
activeGet name of the active deployment, or null if there isn't one.
Abstract
createCreate a new deployment.
Optional
name: stringCreate a new Deployment, and populate with stored data.
Deployer
Rest
...args: [options: Partial<Omit<Deployment, "contracts">> & Partial<{ Abstract
listAbstract
loadGet a deployment by name, or the active deployment if none is passed.
Deployment, or null if such doesn't exist.
Abstract
saveUpdate a deployment's data.
Optional
state: DeploymentStateAbstract
selectActivate a new deployment, or throw if such doesn't exist.
Generated using TypeDoc
A deploy store collects receipts corresponding to individual instances of Deployment, and can create Deployment objects with the data from the receipts.