deltadefi 0.0.5__py3-none-any.whl → 0.0.6__py3-none-any.whl

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.

Potentially problematic release.


This version of deltadefi might be problematic. Click here for more details.

@@ -25,9 +25,6 @@ class Order(API):
25
25
  side: OrderSide,
26
26
  type: OrderType,
27
27
  quantity: int,
28
- price: int = None,
29
- max_slippage_basis_point: int = 10000,
30
- limit_slippage: bool = False,
31
28
  **kwargs,
32
29
  ) -> BuildPlaceOrderTransactionResponse:
33
30
  """
@@ -98,7 +95,7 @@ class Order(API):
98
95
  Returns:
99
96
  A SubmitPlaceOrderTransactionResponse object containing the submitted order transaction.
100
97
  """
101
- check_required_parameters([order_id, "order_id"], [signed_tx, "signed_tx"])
98
+ check_required_parameters([[order_id, "order_id"], [signed_tx, "signed_tx"]])
102
99
  payload = {"order_id": order_id, "signed_tx": signed_tx, **kwargs}
103
100
 
104
101
  url_path = "/submit"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: deltadefi
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: Python SDK for DeltaDeFi protocol.
5
5
  License: Apache-2.0
6
6
  Keywords: cardano
@@ -8,7 +8,7 @@ deltadefi/clients/accounts.py,sha256=I3Yh82iHVK932u2Luvewbxk_KJ-WVLYqH048XBFgrsQ
8
8
  deltadefi/clients/app.py,sha256=TOgRlP83p91r7oS4ez8Gfm8soQzFHrJAmOHZJoGZ4SM,712
9
9
  deltadefi/clients/clients.py,sha256=Yzxkpf9-PA6LdYiJtmap1DrE3U5Sd4VNDGjexZxVbcs,2197
10
10
  deltadefi/clients/market.py,sha256=v8hK06oXC73qS3IjvWDempHq_-9T6OW2pckIcDR7P2M,2580
11
- deltadefi/clients/order.py,sha256=Cnjz1N6Fd4ezaToPVQCY-lQudwp2bO94wyuBM3dwV5c,3960
11
+ deltadefi/clients/order.py,sha256=kuv2mPnQeE-P66fylZEp9vXuqyhM26_MxKreY-VkoWo,3850
12
12
  deltadefi/constants/__init__.py,sha256=7LkrzfLTJsCCUl5IgZYrl-AbY_cf1fftcLklgnBYDTs,40
13
13
  deltadefi/constants/constants.py,sha256=9Ksb8_4t78KJpHVUnRArKlvgQk-CzcYsLRmA5qUnMwc,168
14
14
  deltadefi/error.py,sha256=Pq55p7FQbVn1GTih7NQBI7ZcVUUrlkaFKn-SwZUxBA8,1650
@@ -19,6 +19,6 @@ deltadefi/models/models.py,sha256=vnNFFPMQcOOSKhONHNHXJIx4wddV4IKeBszykiqWCwk,11
19
19
  deltadefi/responses/__init__.py,sha256=JKSIUQu6qI_XhbAR2mVMCKNvR6x_vFZdyLGOuQTVrVY,64
20
20
  deltadefi/responses/accounts.py,sha256=aVQq1CqebIQz0YuNphFlA2fGBgvmf8FpboJzToEiY2g,939
21
21
  deltadefi/responses/responses.py,sha256=etlx83GgZC2noLKo8GKrmDo3Xhwup-g8Ob29f0WYA4I,993
22
- deltadefi-0.0.5.dist-info/METADATA,sha256=zu4UWV9bGCyiFAZBGdWsyMrPBzHBrciTXs715vLm9t0,3081
23
- deltadefi-0.0.5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
24
- deltadefi-0.0.5.dist-info/RECORD,,
22
+ deltadefi-0.0.6.dist-info/METADATA,sha256=63Xkio2msUWQkRKcqLU5u7sjRzYNoV-RUFxd7r6jhHY,3081
23
+ deltadefi-0.0.6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
24
+ deltadefi-0.0.6.dist-info/RECORD,,