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