Type Alias serai_validator_sets_pallet::pallet::Keys

source ·
pub type Keys<T: Config> = StorageMap<_GeneratedPrefixForStorageKeys<T>, Twox64Concat, ExternalValidatorSet, KeyPair, OptionQuery>;
Expand description

The generated key pair for a given validator set instance.

Storage type is StorageMap with key type ExternalValidatorSet and value type KeyPair.

Aliased Type§

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