wen-community / wen-program-library

Apache License 2.0
90 stars 21 forks source link

feat: complete implementing remove mint from group #85

Closed sunguru98 closed 6 months ago

sunguru98 commented 6 months ago

This PR is for removing TokenGroupMember accounts from a group PDA, and pointing the GroupMemberPointer to None indicating it's no more a part of a collection. Same structure as AddGroup is maintained. Tests are added with the respective instruction as well.

Closes #68