Trait frame_support::dispatch::Callable[][src]

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

Serializable version of pallet dispatchable.

Associated Types

Implementors