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