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 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 ) 
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments