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

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

Serializable version of Dispatchable. This value can be used as a "function" in an extrinsic.

Associated Types

Loading content...

Implementors

Loading content...