You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/reflect/schema/raw/query.json
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -351,29 +351,6 @@
351
351
},
352
352
"additionalProperties": false
353
353
},
354
-
{
355
-
"description": "Lists all channels that are bound to a given port. If `port_id` is omitted, this list all channels bound to the contract's port.\n\nReturns a `ListChannelsResponse`.",
356
-
"deprecated": true,
357
-
"type": "object",
358
-
"required": [
359
-
"list_channels"
360
-
],
361
-
"properties": {
362
-
"list_channels": {
363
-
"type": "object",
364
-
"properties": {
365
-
"port_id": {
366
-
"type": [
367
-
"string",
368
-
"null"
369
-
]
370
-
}
371
-
},
372
-
"additionalProperties": false
373
-
}
374
-
},
375
-
"additionalProperties": false
376
-
},
377
354
{
378
355
"description": "Lists all information for a (portID, channelID) pair. If port_id is omitted, it will default to the contract's own channel. (To save a PortId{} call)\n\nReturns a `ChannelResponse`.",
Copy file name to clipboardExpand all lines: contracts/reflect/schema/reflect.json
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1611,29 +1611,6 @@
1611
1611
},
1612
1612
"additionalProperties": false
1613
1613
},
1614
-
{
1615
-
"description": "Lists all channels that are bound to a given port. If `port_id` is omitted, this list all channels bound to the contract's port.\n\nReturns a `ListChannelsResponse`.",
1616
-
"deprecated": true,
1617
-
"type": "object",
1618
-
"required": [
1619
-
"list_channels"
1620
-
],
1621
-
"properties": {
1622
-
"list_channels": {
1623
-
"type": "object",
1624
-
"properties": {
1625
-
"port_id": {
1626
-
"type": [
1627
-
"string",
1628
-
"null"
1629
-
]
1630
-
}
1631
-
},
1632
-
"additionalProperties": false
1633
-
}
1634
-
},
1635
-
"additionalProperties": false
1636
-
},
1637
1614
{
1638
1615
"description": "Lists all information for a (portID, channelID) pair. If port_id is omitted, it will default to the contract's own channel. (To save a PortId{} call)\n\nReturns a `ChannelResponse`.",
0 commit comments