Trait pallet_authority_discovery::pallet::Config[][src]

pub trait Config: Config + Config {
    type MaxAuthorities: Get<u32>;
}
Expand description

The pallet’s config trait.

Associated Types

The maximum number of authorities that can be added.

Implementors