mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 05:11:15 +00:00
chore: simplify import and docstring
This commit is contained in:
@@ -1125,7 +1125,7 @@ class RPC:
|
||||
Returns an array of dictionaries, each containing:
|
||||
- "trade_id": the ID of the trade (int)
|
||||
- "custom_data": a list of custom data dicts, each with the fields:
|
||||
"id", "ft_trade_id", "cd_key", "cd_type", "cd_value", "created_at", "updated_at"
|
||||
"id", "key", "type", "value", "created_at", "updated_at"
|
||||
"""
|
||||
trades: Sequence[Trade]
|
||||
if trade_id is None:
|
||||
|
||||
Reference in New Issue
Block a user