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

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

Serializable version of pallet dispatchable.

Associated Types

Loading content...

Implementors

Loading content...