Type Definition 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.
pub type PalletNameOf<T> = BoundedVec<u8, <T as Config>::MaxNameLen>;
The stringy name of a pallet from GetCallMetadata
for Config::RuntimeCall
variants.