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