pub type Parameters<T: Config> = StorageMap<_GeneratedPrefixForStorageParameters<T>, Blake2_128Concat, <<T as Config>::AggregratedKeyValue as AggregratedKeyValue>::AggregratedKey, <<T as Config>::AggregratedKeyValue as AggregratedKeyValue>::AggregratedValue, OptionQuery>;
Expand description
Stored parameters.
map KeyOf
Storage type is StorageMap
with key type KeyOf < T >
and value type ValueOf < T >
.
Aliased Typeยง
pub struct Parameters<T: Config>(/* private fields */);