referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_beefy::pallet::ValidatorSetId

source ·
pub type ValidatorSetId<T: Config> = StorageValue<_GeneratedPrefixForStorageValidatorSetId<T>, ValidatorSetId, ValueQuery>;
Expand description

The current validator set id

Storage type is [StorageValue] with value type sp_consensus_beefy :: ValidatorSetId.

Aliased Type§

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