[][src]Trait bounties_market::Trait

pub trait Trait: Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type NumberOfBounties: Parameter + AtLeast32Bit + Default + Copy;
    type Currency: Currency<Self::AccountId>;
}

Associated Types

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

type NumberOfBounties: Parameter + AtLeast32Bit + Default + Copy

type Currency: Currency<Self::AccountId>

Loading content...

Implementors

Loading content...