Type Alias polkadot_sdk_frame::traits::DispatchOriginOf
pub type DispatchOriginOf<T> = <T as Dispatchable>::RuntimeOrigin;
Expand description
Shortcut to reference the RuntimeOrigin
type of a Dispatchable
.
pub type DispatchOriginOf<T> = <T as Dispatchable>::RuntimeOrigin;
Shortcut to reference the RuntimeOrigin
type of a Dispatchable
.