Private
Readonly
clientClones the workspace at the given root returns.
const luzid = new LuzidApi()
const signatures = await luzid.workspace.cloneWorkspace('/path/to/workspace/foo', {
'solx': 'SoLXmnP9JvL6vJ7TN1VqtTxqsc2izmPfF9CsMDEuRzJ'
})
allows to provide or override the programId for a given program
the signatures of the transactions that were used to perform the cloning and program upgrade
Gets information about the workspace at the given root, namely the following properties of each program in the workspace:
foo
target/deploy/foo
decclare_id!(..)
target/idl/foo.json
the root of the workspace.
the workspace information
Watches the workspace at the given root after cloning it into the validator.
const luzid = new LuzidApi()
const signatures = await luzid.workspace.watchWorkspace('/path/to/workspace/foo')
the root of the workspace.
allows to provide or override the programId for a given program
the signatures of the transactions that were used to perform the cloning and program upgrade
Generated using TypeDoc
Adds workspace to the list of workspaces that are available to be cloned or watched from the Workspace tab in the Luzid UI. This list persists across restarts of Luzid.