pub type BeefyAuthorities<T: Config> = StorageValue<_GeneratedPrefixForStorageBeefyAuthorities<T>, BeefyAuthoritySet<<<T as Config>::Hashing as Hash>::Output>, ValueQuery>;
Expand description

Details of current BEEFY authority set.

Storage type is StorageValue with value type BeefyAuthoritySet < MerkleRootOf < T > >.