Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Oct 31, 2024
1 parent cc97ba7 commit 0cdc1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.renegade.fi/docs/technical-reference/typescript-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -879,13 +879,13 @@ This action requires an `AuthConfig` object instead of a `Config` object. [See h

`Promise<ExternalMatchBundle>`

An `ExternalMatchBundle` that contains transaction request data that can be submitted to an RPC to settle the given external order on-chain.
An `ExternalMatchBundle` that contains transaction request data that can be submitted to an RPC to settle the given external order on-chain. It also contains the `ExternalMatchResult` that represents the result of the match. This amount that is filled will be at least the `minFillSize` and at most the `amount` (partial fills are possible).

[See type &#8599;](https://github.com/renegade-fi/typescript-sdk/blob/main/packages/core/src/types/externalOrder.ts#L19)

:::note

You are responsible for submitting the transaction requests contained within the returned `ExternalMatchBundle` to an RPC node. As such, you should ensure you have sufficient funds to pay for gas and settle the order. You should also ensure you've granted sufficient spending allowance to the darkpool contract.
You are responsible for submitting the transaction request contained within the returned `ExternalMatchBundle` to an RPC node. As such, you should ensure you have sufficient funds to pay for gas and settle the order. You should also ensure you've granted sufficient spending allowance to the darkpool contract.

:::

Expand Down

0 comments on commit 0cdc1c5

Please sign in to comment.