pallet_rewards

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ยง

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