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 > >.
Aliased Type§
struct BeefyAuthorities<T: Config>(/* private fields */);