Type Alias g1_runtime::WorstOrigin

source ·
pub(crate) type WorstOrigin = RawOrigin<AccountId, TechnicalCommitteeInstance>;

Aliased Type§

enum WorstOrigin {
    Members(u32, u32),
    Member(AccountId32),
    _Phantom(PhantomData<Instance2>),
}

Variants§

§

Members(u32, u32)

It has been condoned by a given number of members of the collective from a given total.

§

Member(AccountId32)

It has been condoned by a single member of the collective.

§

_Phantom(PhantomData<Instance2>)

Dummy to manage the fact we have instancing.