referrerpolicy=no-referrer-when-downgrade

PalletNameOf

Type Alias 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§

pub struct PalletNameOf<T>(/* private fields */);