You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
classSidechainRecoveryManagerextendsBaseRecoveryManager{private_mainchainClient: APIClient;constructor({ config, chainID, stateRecoveryDB, mainchainClient }){super({ config, chainID, stateRecoveryDB });this._mainchainClient=mainchainClient;}// Only init state recovery is extra command as compared to BaseRecoveryManager// we can call mainchainClient to build the paramspublictriggerInitStateRecovery(chainID,queryKey){}publiccleanup()}
Acceptance Criteria
Should have all the unit tests
The text was updated successfully, but these errors were encountered:
Description
Acceptance Criteria
The text was updated successfully, but these errors were encountered: