Compare commits
2 Commits
0.1-test
...
ef23ebcf6a
| Author | SHA256 | Date | |
|---|---|---|---|
| ef23ebcf6a | |||
| 6c76a94c71 |
+4
@@ -0,0 +1,4 @@
|
|||||||
|
package com.r35157.libs.jupiter.perps.impl.anchoridl;
|
||||||
|
|
||||||
|
public record AnchorIdlJupiterPerpsDecodedPositionAccount() {
|
||||||
|
}
|
||||||
+2
-1
@@ -38,7 +38,8 @@ class AnchorIdlJupiterPerpsPositionDecoder {
|
|||||||
JupiterPerpsPosition pos = new JupiterPerpsPosition(
|
JupiterPerpsPosition pos = new JupiterPerpsPosition(
|
||||||
positionAccount,
|
positionAccount,
|
||||||
entryPrice,
|
entryPrice,
|
||||||
direction
|
direction,
|
||||||
|
tradedTokenMint
|
||||||
);
|
);
|
||||||
|
|
||||||
return pos;
|
return pos;
|
||||||
|
|||||||
Reference in New Issue
Block a user