Trait evan_test_pallet::Config[][src]

pub trait Config: Config {
    type Event: From<Event<Self>> + Into<<Self as Config>::Event>;
}
Expand description

Configure the pallet by specifying the parameters and types on which it depends.

Associated Types

Because this pallet emits events, it depends on the runtime’s definition of an event.

Implementors