Trait punk_pallet::Trait[][src]

pub trait Trait: Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
}

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

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>[src]

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

Loading content...

Implementors

Loading content...