pub async fn fetch_state_and_add_pool<P, T, N, DB>(
client: P,
market: SharedState<Market>,
market_state: SharedState<MarketState<DB>>,
pool_wrapped: PoolWrapper,
) -> Result<()>
pub async fn fetch_state_and_add_pool<P, T, N, DB>(
client: P,
market: SharedState<Market>,
market_state: SharedState<MarketState<DB>>,
pool_wrapped: PoolWrapper,
) -> Result<()>