Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6066,7 +6066,7 @@
"succeeded",
"confirmed"
],
"description": "`pending` means that the order has been queued on 0x. `submitted` means that it has been submitted onchain,`succeeded` means it has been included in a block and `confirmed` means it has at least 3 confirmations onchain"
"description": "`pending` means that the order has been queued on 0x. `submitted` means that it has been submitted onchain, `succeeded` means it has been included in a block, `confirmed` means the transaction has at least 3 confirmations onchain"
},
"transactions": {
"type": "array",
Expand All @@ -6087,7 +6087,7 @@
"required": ["hash", "timestamp"],
"additionalProperties": false
},
"description": "Details of the gasless swap transaction. If the trade is `pending`, no transaction will be returned. If `submitted`, multiple transactions may be returned, but only one will be mined. If `succeeded` and `confirmed`, the mined transaction will be returned"
"description": "Details of the gasless swap transaction. If the trade is `pending`, no transaction will be returned. If `submitted`, multiple transactions may be returned, but only one will be mined. If `succeeded` or `confirmed`, the mined transaction will be returned"
},
"zid": {
"type": "string",
Expand Down
Loading