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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
pallet-membership offers ability to store and modify membership data. It provides hooks when membership changed, but does not offer any public interface to read membership data.
This means the user of pallet-membership is likely need to store the membership data again, like pallet-collective does here
This is just waste space. There should be some kind of trait Membership to allow query membership data from pallet-membership directly without duplicate data.