Function getPoolSnapshot

  • Parameters

    • __namedParameters: {
          chainId: CHAIN_IDS;
          poolKey: `0x${string}`;
          prices?: Record<`0x${string}`, number>;
      }
      • chainId: CHAIN_IDS
      • poolKey: `0x${string}`
      • Optional prices?: Record<`0x${string}`, number>

    Returns Promise<PoolSnapshot>