@carrot-protocol/http-client 0.2.75-poolapy1-dev-bc32090 → 0.2.75-poolapy1-dev-e2aaa14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +0 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -126,9 +126,6 @@ export interface GetCarrotBoostJitWithdrawIxnsRequest {
|
|
|
126
126
|
export interface GetCarrotBoostJitWithdrawIxnsResponse {
|
|
127
127
|
instructions: anchor.web3.TransactionInstruction[];
|
|
128
128
|
}
|
|
129
|
-
export interface GetLatestPoolApyRequest {
|
|
130
|
-
poolNames: string[];
|
|
131
|
-
}
|
|
132
129
|
export interface GetLatestPoolApyResponse {
|
|
133
130
|
poolName: string;
|
|
134
131
|
supplyApy: number;
|