Type Definition pallet_balances::pallet::Module [−][src]
type Module<T, I = ()> = Pallet<T, I>;
Type alias to Pallet
, to be used by construct_runtime
.
Generated by pallet
attribute macro.
type Module<T, I = ()> = Pallet<T, I>;
Type alias to Pallet
, to be used by construct_runtime
.
Generated by pallet
attribute macro.