Skip to main content

Interface: PeerDescriptor

Generated

from protobuf message dht.PeerDescriptor

Properties

ipAddress

Optional ipAddress: number

Generated

from protobuf field: optional uint32 ipAddress = 7;


nodeId

nodeId: Uint8Array

Generated

from protobuf field: bytes nodeId = 1;


publicKey

Optional publicKey: Uint8Array

Generated

from protobuf field: optional bytes publicKey = 8;


region

Optional region: number

Generated

from protobuf field: optional uint32 region = 6;


signature

Optional signature: Uint8Array

signature of fields 2-8

Generated

from protobuf field: optional bytes signature = 9;


tcp

Optional tcp: ConnectivityMethod

Generated

from protobuf field: dht.ConnectivityMethod tcp = 4;


type

type: NodeType

Generated

from protobuf field: dht.NodeType type = 2;


udp

Optional udp: ConnectivityMethod

Generated

from protobuf field: dht.ConnectivityMethod udp = 3;


websocket

Optional websocket: ConnectivityMethod

Generated

from protobuf field: dht.ConnectivityMethod websocket = 5;