Type Alias serai_dex_pallet::pallet::Pools
source · pub type Pools<T: Config> = StorageMap<_GeneratedPrefixForStoragePools<T>, Blake2_128Concat, PoolId, (), OptionQuery>;
Expand description
Map from PoolId
to ()
. This establishes whether a pool has been officially
created rather than people sending tokens directly to a pool’s public account.
Storage type is StorageMap
with key type PoolId
and value type ()
.
Aliased Type§
struct Pools<T: Config>(/* private fields */);