pub type PalletNameOf<T> = BoundedVec<u8, <T as Config>::MaxNameLen>;Expand description
The stringy name of a pallet from [GetCallMetadata] for Config::RuntimeCall variants.
Aliased Type§
struct PalletNameOf<T>(/* private fields */);pub type PalletNameOf<T> = BoundedVec<u8, <T as Config>::MaxNameLen>;The stringy name of a pallet from [GetCallMetadata] for Config::RuntimeCall variants.
struct PalletNameOf<T>(/* private fields */);