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
type MaxAuthorities: Get<u32>
type MaxAuthorities: Get<u32>
The maximum number of authorities that can be added.