pub trait Callable<T> { type Call: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq; }
Serializable version of pallet dispatchable.