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.
- package/dist/PerpetualsClient.d.ts +4 -0
- package/dist/PerpetualsClient.js +265 -225
- package/dist/idl/perpetuals.d.ts +125 -0
- package/dist/idl/perpetuals.json +125 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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[];
|