pub type CurrentAuthoritySet<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageCurrentAuthoritySet<T, I>, StoredAuthoritySet<T, I>, ValueQuery>;Expand description
The current GRANDPA Authority set.
Storage type is [StorageValue] with value type StoredAuthoritySet < T, I >.
Aliased Type§
struct CurrentAuthoritySet<T: Config<I>, I: 'static = ()>(/* private fields */);