referrerpolicy=no-referrer-when-downgrade

Type Alias CurrentSetId

Source
pub type CurrentSetId<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentSetId<T>, SetId, ValueQuery>;
Expand description

The number of changes (both in terms of keys and underlying economic responsibilities) in the “set” of Grandpa validators from genesis.

Storage type is [StorageValue] with value type SetId.

Aliased Type§

struct CurrentSetId<T: Config>(/* private fields */);