Type Alias polkadot_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module
source · pub type Module<T> = Pallet<T>;
👎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>(/* private fields */);