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.
classMainchainRecoveryManagerextendsBaseRecoveryManager{private_messageRecoveryDB: Database;constructor({ config, chainID, stateRecoveryDB, messageRecoveryDB, sidechainChainID }){super({ config, chainID, stateRecoveryDB });this._messageRecoveryDB=messageRecoveryDB;}// saves CCMs and inclusion proof on the mainchain on every new blockpublicenableMessageRecovery(){}// creates txpublictriggerMessageRecovery(chainID){// gets information from DB}publiccleanup()}
Acceptance Criteria
Should have all the unit tests
The text was updated successfully, but these errors were encountered:
Description
MainchainRecoveryManager
class created in Create Mainchain, Sidechain and BaseRecoveryManager class and declare functions #9164 Implement all the methods for this classAcceptance Criteria
The text was updated successfully, but these errors were encountered: