Type Definition pallet_session::historical::Pallet [−][src]
type Pallet<T> = Module<T>;
Expand description
Type alias to Module
, to be used by construct_runtime
.
type Pallet<T> = Module<T>;
Type alias to Module
, to be used by construct_runtime
.