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

The pallet’s config trait.

Required Associated Types§

source

type MaxAuthorities: Get<u32>

The maximum number of authorities that can be added.

Implementors§