Type Alias pallet_collective::pallet::Module

source ·
pub type Module<T, I = ()> = Pallet<T, I>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

Generated by pallet attribute macro.

Aliased Type§

struct Module<T, I = ()>(PhantomData<(T, I)>);

Fields§

§0: PhantomData<(T, I)>