Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/orchestration
IBCConnectionInfo
Interface IBCConnectionInfo
Represents an IBC Connection between two chains, which can contain multiple Channels.
interface
IBCConnectionInfo
{
client_id
:
string
;
counterparty
:
{
client_id
:
string
;
connection_id
:
`
connection-
${
number
}
`
;
}
;
id
:
`
connection-
${
number
}
`
;
state
:
State
;
transferChannel
:
{
channelId
:
`
channel-
${
number
}
`
;
counterPartyChannelId
:
`
channel-
${
number
}
`
;
counterPartyPortId
:
string
;
ordering
:
Order
;
portId
:
string
;
state
:
State
;
version
:
string
;
}
;
}
Index
Properties
client_
id
counterparty
id
state
transfer
Channel
Properties
client_
id
client_
id
:
string
counterparty
counterparty
:
{
client_id
:
string
;
connection_id
:
`
connection-
${
number
}
`
;
}
id
id
:
`
connection-
${
number
}
`
state
state
:
State
transfer
Channel
transfer
Channel
:
{
channelId
:
`
channel-
${
number
}
`
;
counterPartyChannelId
:
`
channel-
${
number
}
`
;
counterPartyPortId
:
string
;
ordering
:
Order
;
portId
:
string
;
state
:
State
;
version
:
string
;
}
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
On This Page
Properties
client_
id
counterparty
id
state
transfer
Channel
API documentation of Agoric SDK
Loading...
Represents an IBC Connection between two chains, which can contain multiple Channels.