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.
start with just a simple membership check on a subset of shares or a specific account identity
#[derive(PartialEq,Eq,Clone,Encode,Decode, sp_runtime::RuntimeDebug)]pubenumWithdrawalPermissions<AccountId>{// a single account can reserve free capital for spendingSudo(AccountId),// two accounts can reserve free capital for spendingAnyOfTwoAccounts(AccountId,AccountId),// all accounts in this organization can reserve free capital for spendingAnyMemberOfOrgShareGroup(u32,ShareID),}
limits on spends per member per TimePeriod
leadership selection for bank's controllers using vote modules
revocable representative democracy (so members can veto spend requests but the default is approval after some time period for whoever is trusted)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
start with just a simple membership check on a subset of shares or a specific account identity
limits on spends per member per TimePeriod
leadership selection for bank's controllers using vote modules
revocable representative democracy (so members can veto spend requests but the default is approval after some time period for whoever is trusted)
The text was updated successfully, but these errors were encountered: