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

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

Serializable version of pallet dispatchable.

Associated Types

type Call: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq[src]

Loading content...

Implementors

Loading content...