22: Add dummy decodeCurrentCumulativeInterestRate method
This commit is contained in:
+6
@@ -90,6 +90,12 @@ class AnchorIdlJupiterPerpsPositionDecoder {
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BigInteger decodeCurrentCumulativeInterestRate(
|
||||||
|
SolanaAccountInfo collateralCustodyAccountInfo
|
||||||
|
) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
ΩSolanaAddressΩ decodeCustodyAccount(SolanaAccountInfo accountInfo) {
|
ΩSolanaAddressΩ decodeCustodyAccount(SolanaAccountInfo accountInfo) {
|
||||||
byte[] data = Base64.getDecoder().decode(accountInfo.dataBase64());
|
byte[] data = Base64.getDecoder().decode(accountInfo.dataBase64());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user