File tree Expand file tree Collapse file tree 3 files changed +27
-19
lines changed Expand file tree Collapse file tree 3 files changed +27
-19
lines changed Original file line number Diff line number Diff line change 65
65
* [ Deployments] ( resources/deployments.md )
66
66
* [ Supported Chains] ( resources/supported-chains.md )
67
67
68
- ## 🖥 Routers
68
+ ## 🖥️ Routers
69
69
70
70
* [ Basics] ( routers/routers-intro.md )
71
71
* [ Spinning Up] ( routers/spinning-up.md )
Original file line number Diff line number Diff line change @@ -50,17 +50,18 @@ Fetches the transfers that match filter criteria.
50
50
51
51
** Parameters**
52
52
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 ` |
64
65
65
66
** Returns**
66
67
Original file line number Diff line number Diff line change 77
77
78
78
** Type declaration**
79
79
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" |
You can’t perform that action at this time.
0 commit comments