From d2df7336749c761a06793c1a096a37d9c050c8b23d006bedf530f28dc1cacf0b Mon Sep 17 00:00:00 2001 From: Minimons Date: Tue, 30 Jun 2026 15:53:55 +0200 Subject: [PATCH] 22: Add dummy decodeCurrentCumulativeInterestRate method --- .../anchoridl/AnchorIdlJupiterPerpsPositionDecoder.tjava | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/AnchorIdlJupiterPerpsPositionDecoder.tjava b/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/AnchorIdlJupiterPerpsPositionDecoder.tjava index 123f097..a6bdba7 100644 --- a/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/AnchorIdlJupiterPerpsPositionDecoder.tjava +++ b/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/AnchorIdlJupiterPerpsPositionDecoder.tjava @@ -90,6 +90,12 @@ class AnchorIdlJupiterPerpsPositionDecoder { return value; } + BigInteger decodeCurrentCumulativeInterestRate( + SolanaAccountInfo collateralCustodyAccountInfo + ) { + return null; + } + ΩSolanaAddressΩ decodeCustodyAccount(SolanaAccountInfo accountInfo) { byte[] data = Base64.getDecoder().decode(accountInfo.dataBase64());