flash-sdk 2.15.2 → 2.15.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/PerpetualsClient.d.ts +1 -1
- package/dist/PerpetualsClient.js +347 -416
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -2541,7 +2541,7 @@ export declare class PerpetualsClient {
|
|
2541
2541
|
instructions: TransactionInstruction[];
|
2542
2542
|
additionalSigners: Signer[];
|
2543
2543
|
}>;
|
2544
|
-
addCompoundingLiquidity: (amountIn: BN, minCompoundingAmountOut: BN, inTokenSymbol: string, rewardTokenMint: PublicKey, poolConfig: PoolConfig, ephemeralSignerPubkey?: any) => Promise<{
|
2544
|
+
addCompoundingLiquidity: (amountIn: BN, minCompoundingAmountOut: BN, inTokenSymbol: string, rewardTokenMint: PublicKey, poolConfig: PoolConfig, skipBalanceChecks?: boolean, ephemeralSignerPubkey?: any) => Promise<{
|
2545
2545
|
instructions: TransactionInstruction[];
|
2546
2546
|
additionalSigners: Signer[];
|
2547
2547
|
}>;
|