Type Definition pallet_ema_oracle::pallet::Accumulator

source ·
pub type Accumulator<T: Config> = StorageValue<_GeneratedPrefixForStorageAccumulator<T>, BoundedBTreeMap<(Source, (AssetId, AssetId)), OracleEntry<T::BlockNumber>, T::MaxUniqueEntries>, ValueQuery>;
Expand description

Accumulator for oracle data in current block that will be recorded at the end of the block.