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 will remove an existing delegate from a space, given the space ID and the delegate's authorization ID. It checks that verifies that the caller has the authority to remove a delegate.
Goals
Add methods in the chainspace module to support the removeDelegate feature.
Expected Outcome
We should be able to remove a delegate
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 will remove an existing delegate from a space, given the space ID and the delegate's authorization ID. It checks that verifies that the caller has the authority to remove a delegate.
Goals
chainspace
module to support the removeDelegate feature.Expected Outcome
We should be able to remove a delegate
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: