Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
IdentifiedConnection
Variable IdentifiedConnection
Identified
Connection
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
IdentifiedConnection
;
encode
(
message
:
IdentifiedConnection
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
IdentifiedConnectionAmino
)
:
IdentifiedConnection
;
fromAminoMsg
(
object
:
IdentifiedConnectionAminoMsg
)
:
IdentifiedConnection
;
fromPartial
(
object
:
{
clientId
?:
string
;
counterparty
?:
{
clientId
?:
string
;
connectionId
?:
string
;
prefix
?:
{
keyPrefix
?:
Uint8Array
;
}
;
}
;
delayPeriod
?:
bigint
;
id
?:
string
;
state
?:
State
;
versions
?:
{
features
?:
string
[]
;
identifier
?:
string
;
}
[]
;
}
)
:
IdentifiedConnection
;
fromProtoMsg
(
message
:
IdentifiedConnectionProtoMsg
)
:
IdentifiedConnection
;
toAmino
(
message
:
IdentifiedConnection
)
:
IdentifiedConnectionAmino
;
toAminoMsg
(
message
:
IdentifiedConnection
)
:
IdentifiedConnectionAminoMsg
;
toProto
(
message
:
IdentifiedConnection
)
:
Uint8Array
;
toProtoMsg
(
message
:
IdentifiedConnection
)
:
IdentifiedConnectionProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...