diff --git a/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/CustodyAccountInfo.tjava b/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/CustodyAccountInfo.tjava new file mode 100644 index 0000000..b6cb2ec --- /dev/null +++ b/src/main/tjava/com/r35157/libs/jupiter/perps/impl/anchoridl/CustodyAccountInfo.tjava @@ -0,0 +1,9 @@ +package com.r35157.libs.jupiter.perps.impl.anchoridl; + +import java.math.BigInteger; + +public record CustodyAccountInfo( + ΩSPLMintAddressΩ mintAddress, + BigInteger currentCumulativeInterestRate +) { +}