Type Definition pallet_collective::pallet::Origin [−][src]
pub type Origin<T, I = ()> = RawOrigin<<T as Config>::AccountId, I>;Expand description
Origin for the collective pallet.
pub type Origin<T, I = ()> = RawOrigin<<T as Config>::AccountId, I>;Origin for the collective pallet.