Class Peer
A node in the network.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Peer
Properties
| Edit this page View SourceAddress
Node IP and port.
Declaration
[JsonPropertyName("address")]
public string Address { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
NodeId
Node Id.
Declaration
[JsonPropertyName("node_id")]
public string NodeId { get; init; }
Property Value
| Type | Description |
|---|---|
| string |