Skip to content

Commit

Permalink
docs: typescript-sdk: Document updatedOrder for `assembleExternalQu…
Browse files Browse the repository at this point in the history
…ote`
  • Loading branch information
joeykraut committed Dec 18, 2024
1 parent 2257066 commit 817ad94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs.renegade.fi/docs/technical-reference/typescript-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,9 @@ An error may be thrown if:
- quote
- `SignedExternalMatchQuote`
- The `SignedExternalMatchQuote` returned from `getExternalMatchQuote`
- updatedOrder (optional)
- `ExternalOrder`
- The updated order to assemble the quote for. If not provided, the quote will use the order specified in the `getExternalMatchQuote` call. This field allows you to tweak the order before assembling the quote. Note that only the `baseAmount`, `quoteAmount`, and `minFillSize` fields may be updated; any other updates will be rejected.
- doGasEstimation (optional)
- `boolean`
- Whether to include gas estimation in the returned `ExternalMatchBundle`
Expand Down

0 comments on commit 817ad94

Please sign in to comment.