flash-sdk 2.46.3 → 2.46.5
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 +1 -0
- package/dist/PerpetualsClient.js +242 -187
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/alt.d.ts +0 -1
- package/package.json +1 -1
@@ -4512,6 +4512,7 @@ export declare class PerpetualsClient {
|
|
4512
4512
|
instructions: TransactionInstruction[];
|
4513
4513
|
additionalSigners: Signer[];
|
4514
4514
|
}>;
|
4515
|
+
refreshStakeWithAllFlpStakeAccounts: (rewardSymbol: string, poolConfig: PoolConfig, flpStakeAccountPks: PublicKey[]) => Promise<TransactionInstruction>;
|
4515
4516
|
refreshStakeWithTokenStake: (rewardSymbol: string, poolConfig: PoolConfig, flpStakeAccountPk: PublicKey) => Promise<TransactionInstruction>;
|
4516
4517
|
unstakeInstant: (rewardSymbol: string, unstakeAmount: BN, poolConfig: PoolConfig) => Promise<{
|
4517
4518
|
instructions: TransactionInstruction[];
|