flash-sdk 12.1.1-alpha.0 → 13.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.
@@ -842,6 +842,10 @@ export declare class PerpetualsClient {
842
842
  instructions: TransactionInstruction[];
843
843
  additionalSigners: Signer[];
844
844
  }>;
845
+ migrateTokenStake: (tokenStakeAccounts: PublicKey[]) => Promise<{
846
+ instructions: TransactionInstruction[];
847
+ additionalSigners: Signer[];
848
+ }>;
845
849
  migrateFlp: (amount: BN, rewardTokenMint: PublicKey, poolConfig: PoolConfig) => Promise<{
846
850
  instructions: TransactionInstruction[];
847
851
  additionalSigners: Signer[];