Trait frame_support::dispatch::Callable
source · pub trait Callable<T> {
type RuntimeCall: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq;
}
Expand description
Serializable version of pallet dispatchable.
pub trait Callable<T> {
type RuntimeCall: UnfilteredDispatchable + Codec + Clone + PartialEq + Eq;
}
Serializable version of pallet dispatchable.