pub trait Callable<T> {
    type RuntimeCall: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq;
}
Expand description

Serializable version of pallet dispatchable.

Required Associated Types§

Implementors§