referrerpolicy=no-referrer-when-downgrade

Type Alias DerivativeExtra

Source
pub type DerivativeExtra<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageDerivativeExtra<T, I>, Blake2_128Concat, <T as Config<I>>::Derivative, <T as Config<I>>::DerivativeExtra, OptionQuery>;
Expand description

Storage type is [StorageMap] with key type DerivativeOf < T, I > and value type DerivativeExtraOf < T, I >.

Aliased Type§

struct DerivativeExtra<T: Config<I>, I: 'static = ()>(/* private fields */);