pub type CurrentAuthoritiesAccounts<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentAuthoritiesAccounts<T>, BoundedVec<T::AccountId, T::MaxAuthorities>, ValueQuery>;
Expand description

Accounts for the current authorities

Storage type is [StorageValue] with value type BoundedVec < T :: AccountId, T :: MaxAuthorities >.