flash-sdk 2.15.3 → 2.16.0
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/PerpetualsClient.d.ts +2 -1
- package/dist/PerpetualsClient.js +355 -417
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -52,6 +52,7 @@ export declare class PerpetualsClient {
|
|
52
52
|
bump: number;
|
53
53
|
};
|
54
54
|
prioritizationFee: number;
|
55
|
+
minimumBalanceForRentExemptAccountLamports: number;
|
55
56
|
private postSendTxCallback?;
|
56
57
|
private useExtOracleAccount;
|
57
58
|
private txConfirmationCommitment;
|
@@ -2541,7 +2542,7 @@ export declare class PerpetualsClient {
|
|
2541
2542
|
instructions: TransactionInstruction[];
|
2542
2543
|
additionalSigners: Signer[];
|
2543
2544
|
}>;
|
2544
|
-
addCompoundingLiquidity: (amountIn: BN, minCompoundingAmountOut: BN, inTokenSymbol: string, rewardTokenMint: PublicKey, poolConfig: PoolConfig, ephemeralSignerPubkey?: any) => Promise<{
|
2545
|
+
addCompoundingLiquidity: (amountIn: BN, minCompoundingAmountOut: BN, inTokenSymbol: string, rewardTokenMint: PublicKey, poolConfig: PoolConfig, skipBalanceChecks?: boolean, ephemeralSignerPubkey?: any) => Promise<{
|
2545
2546
|
instructions: TransactionInstruction[];
|
2546
2547
|
additionalSigners: Signer[];
|
2547
2548
|
}>;
|