X: Rename JupiterPerpsPositionService
This commit is contained in:
+4
-4
@@ -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.
|
||||||
*
|
*
|
||||||
Reference in New Issue
Block a user