Casper.Network.SDK
Show / Hide Table of Contents

Class Peer

A node in the network.

Inheritance
object
Peer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Peer

Properties

| Edit this page View Source

Address

Node IP and port.

Declaration
[JsonPropertyName("address")]
public string Address { get; init; }
Property Value
Type Description
string
| Edit this page View Source

NodeId

Node Id.

Declaration
[JsonPropertyName("node_id")]
public string NodeId { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC