Type Definition runtime_common::types::GovernanceOrigin [−][src]
pub type GovernanceOrigin<AccountId, Runtime> = EnsureOneOf<AccountId, EnsureApprovedByCommittee<Runtime>, EnsureRoot<AccountId>>;
Expand description
Origin either Root
or CommitteeOrigin