Trait pallet_authority_discovery::pallet::Config
source · pub trait Config: Config + Config {
type MaxAuthorities: Get<u32>;
}
Expand description
The pallet’s config trait.
Required Associated Types§
sourcetype MaxAuthorities: Get<u32>
type MaxAuthorities: Get<u32>
The maximum number of authorities that can be added.