from message tendermint.p2p.DefaultNodeInfo

Hierarchy

Constructors

Properties

channels: Uint8Array = ...

from field: bytes channels = 6;

defaultNodeId: string = ""

from field: string default_node_id = 2;

listenAddr: string = ""

from field: string listen_addr = 3;

moniker: string = ""

from field: string moniker = 7;

network: string = ""

from field: string network = 4;

from field: tendermint.p2p.DefaultNodeInfoOther other = 8;

protocolVersion?: ProtocolVersion

from field: tendermint.p2p.ProtocolVersion protocol_version = 1;

version: string = ""

from field: string version = 5;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "tendermint.p2p.DefaultNodeInfo" = "tendermint.p2p.DefaultNodeInfo"

Methods