22: Add dummy decodeCurrentCumulativeInterestRate method

This commit is contained in:
2026-06-30 15:53:55 +02:00
parent 41fdf09b7b
commit d2df733674
@@ -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());