Type Alias pallet_collective::pallet::Origin  
source · pub type Origin<T, I = ()> = RawOrigin<<T as Config>::AccountId, I>;Expand description
Origin for the collective pallet.
Aliased Type§
enum Origin<T, I = ()> {
    Members(u32, u32),
    Member(<T as Config>::AccountId),
    _Phantom(PhantomData<I>),
}