Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
IdentifiedChannelSDKType
Interface IdentifiedChannelSDKType
IdentifiedChannel defines a channel with additional port and channel identifier fields.
interface
IdentifiedChannelSDKType
{
channel_id
:
string
;
connection_hops
:
string
[]
;
counterparty
:
undefined
|
CounterpartySDKType
;
ordering
:
Order
;
port_id
:
string
;
state
:
State
;
version
:
string
;
}
Index
Properties
channel_
id
connection_
hops
counterparty
ordering
port_
id
state
version
Properties
channel_
id
channel_
id
:
string
connection_
hops
connection_
hops
:
string
[]
counterparty
counterparty
:
undefined
|
CounterpartySDKType
ordering
ordering
:
Order
port_
id
port_
id
:
string
state
state
:
State
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel_
id
connection_
hops
counterparty
ordering
port_
id
state
version
@crownfi/sei-js-proto
Loading...
IdentifiedChannel defines a channel with additional port and channel identifier fields.