Skip to content

Commit 54a68fe

Browse files
committed
Add wrapper description in field
1 parent 2ec55dc commit 54a68fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/restore_session.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ Mostro will respond with a message containing all non-finalized orders (e.g., st
6060

6161
### Fields
6262

63-
* `orders`: An array of active or ongoing orders with their `id`, `trade_index`, and current `status`.
64-
* `disputes`: An array of ongoing disputes with `dispute_id`, the associated `order_id`, and `trade_index` and current `status` of the dispute.
63+
* `restore_data`: Wrapper object that contains the session recovery data.
64+
* `restore_data.orders`: An array of active or ongoing orders with their `id`, `trade_index`, and current `status`.
65+
* `restore_data.disputes`: An array of ongoing disputes with `dispute_id`, the associated `order_id`, and `trade_index` and current `status` of the dispute.
6566

6667
## Example Use Case
6768

0 commit comments

Comments
 (0)