22: Add dummy decodeCurrentCumulativeInterestRate method
This commit is contained in:
+6
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user