pub type Module<T> = Pallet<T>;
Expand description
Type alias to Pallet
, to be used by construct_runtime
.
Generated by pallet
attribute macro.
pub type Module<T> = Pallet<T>;
Type alias to Pallet
, to be used by construct_runtime
.
Generated by pallet
attribute macro.