Skip to main content

Module

Type Alias Module 

Source
pub type Module<T, I = ()> = Pallet<T, I>;
๐Ÿ‘Ž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, I = ()>(/* private fields */);