Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
Channel
Variable Channel
Channel
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
Channel
;
encode
(
message
:
Channel
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
ChannelAmino
)
:
Channel
;
fromAminoMsg
(
object
:
ChannelAminoMsg
)
:
Channel
;
fromPartial
(
object
:
{
connectionHops
?:
string
[]
;
counterparty
?:
{
channelId
?:
string
;
portId
?:
string
;
}
;
ordering
?:
Order
;
state
?:
State
;
version
?:
string
;
}
)
:
Channel
;
fromProtoMsg
(
message
:
ChannelProtoMsg
)
:
Channel
;
toAmino
(
message
:
Channel
)
:
ChannelAmino
;
toAminoMsg
(
message
:
Channel
)
:
ChannelAminoMsg
;
toProto
(
message
:
Channel
)
:
Uint8Array
;
toProtoMsg
(
message
:
Channel
)
:
ChannelProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...