flash-sdk 13.0.2-alpha.0 → 14.0.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.
@@ -665,6 +665,10 @@ export declare class PerpetualsClient {
665
665
  instructions: TransactionInstruction[];
666
666
  additionalSigners: Signer[];
667
667
  }>;
668
+ migrateTokenStake: (tokenStakeAccounts: PublicKey[]) => Promise<{
669
+ instructions: TransactionInstruction[];
670
+ additionalSigners: Signer[];
671
+ }>;
668
672
  migrateFlp: (amount: BN, rewardTokenMint: PublicKey, poolConfig: PoolConfig) => Promise<{
669
673
  instructions: TransactionInstruction[];
670
674
  additionalSigners: Signer[];