pub type Module<T, I = ()> = Pallet<T, I>;
๐Deprecated: use
Pallet
insteadExpand description
Type alias to Pallet
, to be used by construct_runtime
.
Generated by pallet
attribute macro.
Aliased Typeยง
struct Module<T, I = ()>(/* private fields */);