[][src]Trait pallet_benchmark::Trait

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

The pallet's configuration trait.

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>

type Currency: Currency<Self::AccountId>

Loading content...

Implementors

Loading content...