T_Iota_Lib_CSharp_Api_Model_Neighbor - iotaledger-archive/iota.lib.csharp GitHub Wiki
This class represents a neigbhor
System.Object
Iota.Lib.CSharp.Api.Model.Neighbor
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public class NeighborThe Neighbor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Neighbor | Initializes a new instance of the Neighbor class |
| Name | Description | |
|---|---|---|
![]() |
Address | Gets or sets the address. |
![]() |
NumberOfAllTransactions | Gets or sets the number of all transactions. |
![]() |
NumberOfInvalidTransactions | Gets or sets the number of invalid transactions. |
![]() |
NumberOfNewTransactions | Gets or sets the number of new transactions. |
| Name | Description | |
|---|---|---|
![]() |
ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |

