@strkfarm/sdk 2.0.0-dev.7 → 2.0.0-dev.9

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/index.d.ts CHANGED
@@ -1535,7 +1535,8 @@ declare class ExtendedAdapter extends BaseAdapter<DepositParams, WithdrawParams>
1535
1535
  createExtendedPositon(client: ExtendedWrapper, marketName: string, amount: string, price: string, side: OrderSide): Promise<{
1536
1536
  position_id: string;
1537
1537
  } | null>;
1538
- getDepositOrWithdrawalStatus(orderId: number | string, operationsType: AssetOperationType): Promise<boolean>;
1538
+ getDepositOrWithdrawalStatus(orderId: number | string, // for deposits, send txn hash as string
1539
+ operationsType: AssetOperationType): Promise<boolean>;
1539
1540
  }
1540
1541
 
1541
1542
  declare const SIMPLE_SANITIZER: ContractAddr;