Implement _collectDataForStateRecovery for the sidechain client
ishantiw opened this issue · 0 comments
ishantiw commented
Description
- Implement
_collectProofsForRecovery
inSidechainRecoveryClient
created in class #9167 - This function will use the
apiClient
of a sidechain to subscribe to thechain_newBlock
event and querystate_prove
with all the registered queryKeys. Similar implementation can found in the recovery_lsk_plugin.ts script
Acceptance Criteria
- Should have all the unit tests