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 archives a space based on the provided space ID. It checks whether the space exists, is not already archived, and is approved. Additionally, it verifies that the caller has the authority to archive the space, as indicated by the provided authorization ID.
Goals
Add methods in the chainspace module to support the archive feature.
Expected Outcome
We should be able to archive 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 archives a space based on the provided space ID. It checks whether the space exists, is not already archived, and is approved. Additionally, it verifies that the caller has the authority to archive the space, as indicated by the provided authorization ID.
Goals
chainspace
module to support the archive feature.Expected Outcome
We should be able to archive 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 theChainSpace.ts
file.Mockups / Wireframes
N/A
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: