Trait pallet_utils::Trait[][src]

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

Associated Types

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

The overarching event type.

type Currency: Currency<Self::AccountId>[src]

The currency mechanism.

type MinHandleLen: Get<u32>[src]

Minimal length of space/profile handle

type MaxHandleLen: Get<u32>[src]

Max length of a space handle.

Loading content...

Implementors

Loading content...