flash-sdk 14.0.0 → 14.1.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,10 +665,6 @@ 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
- }>;
672
668
  migrateFlp: (amount: BN, rewardTokenMint: PublicKey, poolConfig: PoolConfig) => Promise<{
673
669
  instructions: TransactionInstruction[];
674
670
  additionalSigners: Signer[];