Type Alias serai_signals_pallet::pallet::SetsInFavor

source ·
pub type SetsInFavor<T: Config> = StorageMap<_GeneratedPrefixForStorageSetsInFavor<T>, Blake2_128Concat, (SignalId, ValidatorSet), (), OptionQuery>;
Expand description

Storage type is StorageMap with key type (SignalId, ValidatorSet) and value type ().

Aliased Type§

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