flash-sdk 2.46.4 → 2.46.5

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.
@@ -4512,6 +4512,7 @@ export declare class PerpetualsClient {
4512
4512
  instructions: TransactionInstruction[];
4513
4513
  additionalSigners: Signer[];
4514
4514
  }>;
4515
+ refreshStakeWithAllFlpStakeAccounts: (rewardSymbol: string, poolConfig: PoolConfig, flpStakeAccountPks: PublicKey[]) => Promise<TransactionInstruction>;
4515
4516
  refreshStakeWithTokenStake: (rewardSymbol: string, poolConfig: PoolConfig, flpStakeAccountPk: PublicKey) => Promise<TransactionInstruction>;
4516
4517
  unstakeInstant: (rewardSymbol: string, unstakeAmount: BN, poolConfig: PoolConfig) => Promise<{
4517
4518
  instructions: TransactionInstruction[];