No need to store MemberRole name on-chain #14
Labels
good first issue
help wanted
optimization
Issues which are not bugs but can improve performance or readability
pending to merge
Pending to merge into master branch
Milestone
rather than storing bytes32[] memberRoles and using it's length, we can just store a uint to store the number of memberRoles. The member role names can be read form events.
The text was updated successfully, but these errors were encountered: