pub type RuntimeCallNameOf<T> = (PalletNameOf<T>, PalletCallNameOf<T>);
Expand description
A fully specified pallet (PalletNameOf
) and optional call (PalletCallNameOf
)
to partially or fully specify an item a variant of a Config::RuntimeCall
.
pub type RuntimeCallNameOf<T> = (PalletNameOf<T>, PalletCallNameOf<T>);
A fully specified pallet (PalletNameOf
) and optional call (PalletCallNameOf
)
to partially or fully specify an item a variant of a Config::RuntimeCall
.