Type Definition pallet_collective::pallet::Origin

source ·
pub type Origin<T, I = ()> = RawOrigin<<T as Config>::AccountId, I>;
Expand description

Origin for the collective pallet.