Type Alias pallet_tx_pause::PalletNameOf
source · 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 */);