pub type Aggregate<T: Config> = StorageMap<_GeneratedPrefixForStorageAggregate<T>, Blake2_128Concat, OracleKey, UnsignedFixedPoint<T>>;
Expand description
Current medianized value for the given key
Storage type is [StorageMap
] with key type OracleKey
and value type UnsignedFixedPoint < T >
.