Type Alias serai_dex_pallet::pallet::SwapVolume

source ·
pub type SwapVolume<T: Config> = StorageMap<_GeneratedPrefixForStorageSwapVolume<T>, Identity, PoolId, u64, OptionQuery>;
Expand description

Total swap volume of a given pool in terms of SRI.

Storage type is StorageMap with key type PoolId and value type u64.

Aliased Type§

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