Type Alias serai_dex_pallet::pallet::SpotPriceForBlock
source · pub type SpotPriceForBlock<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSpotPriceForBlock<T>, Identity, BlockNumberFor<T>, Identity, ExternalCoin, Amount, OptionQuery>;
Expand description
Storage type is StorageDoubleMap
with key1 type BlockNumberFor < T >, key2 type ExternalCoin and value type Amount.
Aliased Type§
struct SpotPriceForBlock<T: Config>(/* private fields */);