Skip to content

Commit 405fa80

Browse files
just-a-nodegitbook-bot
authored andcommitted
GITBOOK-57: change request with no subject merged in GitBook
1 parent 5dd2e19 commit 405fa80

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* [Deployments](resources/deployments.md)
6666
* [Supported Chains](resources/supported-chains.md)
6767

68-
## 🖥 Routers
68+
## 🖥 Routers
6969

7070
* [Basics](routers/routers-intro.md)
7171
* [Spinning Up](routers/spinning-up.md)

developers/reference/sdk/sdkutils.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,18 @@ Fetches the transfers that match filter criteria.
5050

5151
**Parameters**
5252

53-
| Name | Type |
54-
| ------------------------- | ----------------- |
55-
| `params` | `Object` |
56-
| `params.range?` | `Object` |
57-
| `params.range.limit?` | `number` |
58-
| `params.range.offset?` | `number` |
59-
| `params.routerAddress?` | `string` |
60-
| `params.status?` | `XTransferStatus` |
61-
| `params.transactionHash?` | `string` |
62-
| `params.transferId?` | `string` |
63-
| `params.userAddress?` | `string` |
53+
| Name | Type |
54+
| ------------------------- | ---------------------- |
55+
| `params` | `Object` |
56+
| `params.range?` | `Object` |
57+
| `params.range.limit?` | `number` |
58+
| `params.range.offset?` | `number` |
59+
| `params.routerAddress?` | `string` |
60+
| `params.status?` | `XTransferStatus` |
61+
| `params.transactionHash?` | `string` |
62+
| `params.transferId?` | `string` |
63+
| `params.userAddress?` | `string` |
64+
| `params.errorStatus?` | `XTransferErrorStatus` |
6465

6566
**Returns**
6667

developers/reference/sdk/types.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,17 @@
7777

7878
**Type declaration**
7979

80-
| Name | Type | Value |
81-
| --------------- | -------- | --------------- |
82-
| `XCalled` | `string` | "XCalled" |
83-
| `Executed` | `string` | "Executed" |
84-
| `Reconciled` | `string` | "Reconciled" |
85-
| `CompletedFast` | `string` | "CompletedFast" |
86-
| `CompletedSlow` | `string` | "CompletedSlow" |
80+
<table><thead><tr><th>Name</th><th width="106.66666666666666">Type</th><th>Value</th></tr></thead><tbody><tr><td><code>XCalled</code></td><td><code>string</code></td><td>"XCalled"</td></tr><tr><td><code>Executed</code></td><td><code>string</code></td><td>"Executed"</td></tr><tr><td><code>Reconciled</code></td><td><code>string</code></td><td>"Reconciled"</td></tr><tr><td><code>CompletedFast</code></td><td><code>string</code></td><td>"CompletedFast"</td></tr><tr><td><code>CompletedSlow</code></td><td><code>string</code></td><td>"CompletedSlow"</td></tr></tbody></table>
81+
82+
### XTransferErrorStatus
83+
84+
Ƭ **XTransferStatus**: `Object`
85+
86+
**Type declaration**
87+
88+
| Name | Type | Value |
89+
| -------------- | ------ | ---------------- |
90+
| LowSlippage | string | "LowSlippage" |
91+
| LowRelayerFee | string | "LowRelayerFee" |
92+
| ExecutionError | string | "ExecutionError" |
93+
| NoBidsReceived | string | "NoBidsReceived" |

0 commit comments

Comments
 (0)