referrerpolicy=no-referrer-when-downgrade
frame_support::dispatch

Trait Callable

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

Serializable version of pallet dispatchable.

Required Associated Types§

Implementors§