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