Ixian SDK
DLT.Peer Class Reference

A network peer (remote endpoint). More...

Public Member Functions

 Peer (string iHostname, byte[] iWalletAddress, DateTime iLastSeen, long iLastConnectAttempt)
 

Public Attributes

string hostname
 Hostname or IP of the remote peer. More...
 
byte [] walletAddress
 Ixian Wallet address associated with the peer. More...
 
DateTime lastSeen
 Timestamp of the last time the peer has been seen on the network. More...
 
long lastConnectAttempt
 Unix epoch value of the last time we have attempted to connect to the peer. More...
 

Detailed Description

A network peer (remote endpoint).

Definition at line 8 of file Peer.cs.

Constructor & Destructor Documentation

◆ Peer()

DLT.Peer.Peer ( string  iHostname,
byte []  iWalletAddress,
DateTime  iLastSeen,
long  iLastConnectAttempt 
)

Definition at line 27 of file Peer.cs.

Member Data Documentation

◆ hostname

string DLT.Peer.hostname

Hostname or IP of the remote peer.

Definition at line 13 of file Peer.cs.

◆ lastConnectAttempt

long DLT.Peer.lastConnectAttempt

Unix epoch value of the last time we have attempted to connect to the peer.

Definition at line 25 of file Peer.cs.

◆ lastSeen

DateTime DLT.Peer.lastSeen

Timestamp of the last time the peer has been seen on the network.

Definition at line 21 of file Peer.cs.

◆ walletAddress

byte [] DLT.Peer.walletAddress

Ixian Wallet address associated with the peer.

Definition at line 17 of file Peer.cs.


The documentation for this class was generated from the following file: