Type Definition pallet_beefy_mmr::pallet::BeefyNextAuthorities
source · pub type BeefyNextAuthorities<T: Config> = StorageValue<_GeneratedPrefixForStorageBeefyNextAuthorities<T>, BeefyNextAuthoritySet<<T as Config>::Hash>, ValueQuery>;
Expand description
Details of next BEEFY authority set.
This storage entry is used as cache for calls to update_beefy_next_authority_set
.