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