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
This function unarchives a space based on the provided space ID. It checks that the space exists, is currently archived, and is approved. It also verifies that the caller has the authority to restore the space, as indicated by the provided authorization ID.
Goals
Add methods in the chainspace module to support the restore feature.
Expected Outcome
We should be able to restore a chainspace.
Acceptance Criteria
Methods are in the correct files.
Build succeeds.
Methods work as expected.
Code is well-commented.
Implementation Details
Any chain call should be made in the ChainSpace.chain.ts file, and the preparation of extrinsic should be done in the ChainSpace.ts file.
Description
This function unarchives a space based on the provided space ID. It checks that the space exists, is currently archived, and is approved. It also verifies that the caller has the authority to restore the space, as indicated by the provided authorization ID.
Goals
Expected Outcome
We should be able to restore a chainspace.
Acceptance Criteria
Implementation Details
Any chain call should be made in the ChainSpace.chain.ts file, and the preparation of extrinsic should be done in the ChainSpace.ts file.
Mockups / Wireframes
NA
Product Name
CORD.js
Organization Name
Dhiway
Domain
Blockchain
Tech Skills Needed
TypeScript
Mentor(s)
@amarts @adi-a11y @vatsa287
Complexity
Medium
Category
Feature
The text was updated successfully, but these errors were encountered: