Optional opts: LuzidSdkOptsPrivate Readonly _appPrivate Readonly _metaPrivate Readonly _mutatorPrivate Readonly _pingPrivate Readonly _rpcPrivate Readonly _snapshotPrivate Readonly _storePrivate Readonly _transactionPrivate Readonly _validatorPrivate Readonly _workspacePrivate Readonly clientProvides access to the Luzid Mutator service with the following methods:
cloneAccount - Clones an account. modifyAccount - Modifies an account.
Provides access to the Luzid Snapshot service with the following methods:
getSnaphotableAccounts - Returns a list of accounts that can be snapshotted. listSnapshots - Returns a list of snapshots created previously. retrieveAccountsInSnapshot - Returns a list of accounts in a snapshot. restoreAccountsFromSnapshot - Restores specific accounts from a snapshot.
Provides access to the Luzid Store service with the following methods:
getAccountData - Returns the data for an account. getDiffedAccountUpdate - Returns the diffed account update for an account related to a transaction.
Provides access to the Luzid Transaction service with the following methods:
labelTransaction - Labels a transaction.
Provides access to the Luzid Validator service with the following methods:
validatorOps - Allows to Start/Stop/Restart the validator. subValidatorStatus - Subscribes to validator status updates. subValidatorInfo - Subscribes to validator info updates. subValidatorStats - Subscribes to validator stats updates. getValidatorStatus - Gets next available validator status update. getValidatorInfo - Gets next available validator info update. getValidatorStats - Gets next available validator stats update.
Provides access to the Luzid Workspace service with the following methods:
getWorkspace - Returns the workspace at the given root. cloneWorkspace - Clones the workspace at the given root. watchWorkspace - Watches the workspace at the given root after cloning it into the validator. unwatchWorkspace - Stops watching the workspace at the given root. addWorkspace - Adds a workspace to the list of workspaces that are available to be cloned or watched from the Workspace tab in the Luzid UI. removeWorkspace - Removes a workspace from the list of workspaces that are available to be cloned or watched from the Workspace tab in the Luzid UI. listWorkspaces - Returns a list of workspaces that are available to be cloned or watched from the Workspace tab in the Luzid UI.
Generated using TypeDoc
Provides access to the Luzid App service with the following methods:
appOps - Controls the Luzid App, i.e to shut it down.