from message tendermint.p2p.NetAddress

Hierarchy

Constructors

Properties

id: string = ""

from field: string id = 1;

ip: string = ""

from field: string ip = 2;

port: number = 0

from field: uint32 port = 3;

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

Methods