Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
NodeInfo
Variable NodeInfo
Node
Info
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
NodeInfo
;
encode
(
message
:
NodeInfo
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
NodeInfoAmino
)
:
NodeInfo
;
fromAminoMsg
(
object
:
NodeInfoAminoMsg
)
:
NodeInfo
;
fromPartial
(
object
:
{
channels
?:
Uint8Array
;
listenAddr
?:
string
;
moniker
?:
string
;
network
?:
string
;
nodeId
?:
string
;
other
?:
{
rpcAddress
?:
string
;
txIndex
?:
string
;
}
;
protocolVersion
?:
{
app
?:
bigint
;
block
?:
bigint
;
p2p
?:
bigint
;
}
;
version
?:
string
;
}
)
:
NodeInfo
;
fromProtoMsg
(
message
:
NodeInfoProtoMsg
)
:
NodeInfo
;
toAmino
(
message
:
NodeInfo
)
:
NodeInfoAmino
;
toProto
(
message
:
NodeInfo
)
:
Uint8Array
;
toProtoMsg
(
message
:
NodeInfo
)
:
NodeInfoProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...