flash-sdk 2.50.0 → 2.50.2

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.
@@ -4538,6 +4538,7 @@ export declare class PerpetualsClient {
4538
4538
  amount: BN;
4539
4539
  fee: BN;
4540
4540
  }>;
4541
+ getLiquidationPriceView: (positionAccountKey: PublicKey, poolConfig: PoolConfig) => Promise<any>;
4541
4542
  getLiquidationStateView: (positionAccount: PublicKey, poolName: string, tokenMint: PublicKey, collateralMint: PublicKey, poolConfig: PoolConfig) => Promise<any>;
4542
4543
  getCompoundingTokenDataView: (poolConfig: PoolConfig) => Promise<any>;
4543
4544
  getLpTokenPriceView: (poolConfig: PoolConfig) => Promise<any>;