Trait frame_support::traits::ValidatorSetWithIdentification[][src]

pub trait ValidatorSetWithIdentification<AccountId>: ValidatorSet<AccountId> {
    type Identification: Parameter;
    type IdentificationOf: Convert<Self::ValidatorId, Option<Self::Identification>>;
}

ValidatorSet combined with an identification.

Associated Types

type Identification: Parameter[src]

Full identification of ValidatorId.

type IdentificationOf: Convert<Self::ValidatorId, Option<Self::Identification>>[src]

A type for converting ValidatorId to Identification.

Loading content...

Implementors

Loading content...