X: Add new CustodyAccountInfo class

This commit is contained in:
2026-08-05 10:12:38 +02:00
parent 724b2d6eb6
commit 2c57b4cdb5
@@ -0,0 +1,9 @@
package com.r35157.libs.jupiter.perps.impl.anchoridl;
import java.math.BigInteger;
public record CustodyAccountInfo(
ΩSPLMintAddressΩ mintAddress,
BigInteger currentCumulativeInterestRate
) {
}