X: Rename JupiterPerpsPositionService

This commit is contained in:
2026-06-26 18:49:53 +02:00
parent 62bee4feef
commit 922bdb58b0
@@ -4,15 +4,15 @@ import java.io.IOException;
import java.util.Set; import java.util.Set;
/** /**
* Service for reading Jupiter Perps positions. * Service for reading Jupiter Perps data.
* *
* <p>This service is read-only. It does not open, close, modify, or sign transactions * <p>This service is read-only. It does not open, close, modify, or sign transactions
* for Jupiter Perps positions.</p> * for Jupiter Perpetual Contracts.</p>
* *
* <p>The first supported operation is reading a known Jupiter Perps position account * <p>NOTICE: The first supported operation is reading a known Jupiter Perps position account
* and returning its decoded position data.</p> * and returning its decoded position data.</p>
*/ */
public interface JupiterPerpsPositionService { public interface JupiterPerpsService {
/** /**
* Reads a Jupiter Perps position from a known position account. * Reads a Jupiter Perps position from a known position account.
* *