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 has been archived by the owner on Oct 10, 2023. It is now read-only.
it will also have a map to register vote thresholds for setting defaults for org governance in other modules
map DefaultId => Option<VoteThreshold>
and simplify org
org becomes a weighted-membership module; the parent - child org relationship should be expressed as a set in the runtime instead of fields within the OrganizationState struct
double_map(OrgId,OrgId) => Option<()>
The text was updated successfully, but these errors were encountered:
called meta
it will also have a map to register vote thresholds for setting defaults for org governance in other modules
and simplify org
org
becomes a weighted-membership module; theparent - child
org relationship should be expressed as a set in the runtime instead of fields within theOrganizationState
structThe text was updated successfully, but these errors were encountered: