Type Alias polkadot_service::runtime_traits::DispatchOriginOf
source · pub type DispatchOriginOf<T> = <T as Dispatchable>::RuntimeOrigin;
Expand description
Shortcut to reference the RuntimeOrigin
type of a Dispatchable
.