Type Alias orml_parameters::module::Parameters

source ·
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 => Option<ValueOf>

Storage type is StorageMap with key type KeyOf < T > and value type ValueOf < T >.

Aliased Type§

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