"OR gate" for EnsureOrigin
Closed this issue · 1 comments
xlc commented
Enable something like this
type AddOrigin = EnsureOneOf<
EnsureProportionMoreThan<_1, _2, AccountId, CouncilCollective>,
EnsureProportionMoreThan<_1, _1, AccountId, TechnicalCollective>,
EnsureRoot<AccountId>,
>
This can also replace all those code
substrate/frame/membership/src/lib.rs
Lines 123 to 125 in 2e9697e
Relates to: paritytech/polkadot-sdk#369
kianenigma commented
Linked: paritytech/polkadot-sdk#369