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