Type Definition pallet_tx_pause::RuntimeCallNameOf
source · 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
.