Type Definition tx_pause::CallNameOf
source · pub type CallNameOf<T> = BoundedVec<u8, <T as Config>::MaxNameLen>;
Expand description
The stringy name of a call (within a pallet) from [GetCallMetadata
] for
Config::RuntimeCall
variants.