Trait pallet_example_parallel::pallet::Config[][src]

pub trait Config: Config {
    type Call: From<Call<Self>>;
}
Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Associated Types

The overarching dispatch call type.

Implementors