This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
457 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# WithdrawResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**receipt** | **str** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
This Rest API enables developers to interact with a hoprd node programatically through HTTP. # noqa: E501 | ||
OpenAPI spec version: 3.1.0 | ||
OpenAPI spec version: 3.1.1 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -63,3 +63,4 @@ | |
from hoprd_sdk.models.tag_query_request import TagQueryRequest | ||
from hoprd_sdk.models.ticket_price_response import TicketPriceResponse | ||
from hoprd_sdk.models.withdraw_body_request import WithdrawBodyRequest | ||
from hoprd_sdk.models.withdraw_response import WithdrawResponse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This Rest API enables developers to interact with a hoprd node programatically through HTTP. # noqa: E501 | ||
OpenAPI spec version: 3.1.0 | ||
OpenAPI spec version: 3.1.1 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -217,7 +217,7 @@ def withdraw(self, body, **kwargs): # noqa: E501 | |
:param async_req bool | ||
:param WithdrawBodyRequest body: (required) | ||
:return: AccountBalancesResponse | ||
:return: WithdrawResponse | ||
If the method is called asynchronously, | ||
returns the request thread. | ||
""" | ||
|
@@ -239,7 +239,7 @@ def withdraw_with_http_info(self, body, **kwargs): # noqa: E501 | |
:param async_req bool | ||
:param WithdrawBodyRequest body: (required) | ||
:return: AccountBalancesResponse | ||
:return: WithdrawResponse | ||
If the method is called asynchronously, | ||
returns the request thread. | ||
""" | ||
|
@@ -297,7 +297,7 @@ def withdraw_with_http_info(self, body, **kwargs): # noqa: E501 | |
body=body_params, | ||
post_params=form_params, | ||
files=local_var_files, | ||
response_type='AccountBalancesResponse', # noqa: E501 | ||
response_type='WithdrawResponse', # noqa: E501 | ||
auth_settings=auth_settings, | ||
async_req=params.get('async_req'), | ||
_return_http_data_only=params.get('_return_http_data_only'), | ||
|
Oops, something went wrong.