referrerpolicy=no-referrer-when-downgrade

Module

Type Alias Module 

Source
pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

Generated by pallet attribute macro.

Aliased Type§

pub struct Module<T>(/* private fields */);