Type Definition pallet_lbp::pallet::PoolData

source ·
pub type PoolData<T: Config> = StorageMap<_GeneratedPrefixForStoragePoolData<T>, Blake2_128Concat, <T as Config>::AccountId, Pool<T::AccountId, T::BlockNumber>, OptionQuery>;
Expand description

Details of a pool.