[][src]Trait pallet_collective::Trait

pub trait Trait<I = DefaultInstance>: Trait {
    type Origin: From<RawOrigin<Self::AccountId, I>>;
    type Proposal: Parameter + Dispatchable<Origin = Self::Origin>;
    type Event: From<Event<Self, I>> + Into<Self::Event>;
    type MotionDuration: Get<Self::BlockNumber>;
}

Associated Types

type Origin: From<RawOrigin<Self::AccountId, I>>

The outer origin type.

type Proposal: Parameter + Dispatchable<Origin = Self::Origin>

The outer call dispatch type.

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

The outer event type.

type MotionDuration: Get<Self::BlockNumber>

The time-out for council motions.

Loading content...

Implementors

Loading content...