Casper.Network.SDK
Show / Hide Table of Contents

Class Peer

A node in the network.

Inheritance
System.Object
Peer
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Peer : object

Properties

Address

Node IP and port.

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String

NodeId

Node Id.

Declaration
public string NodeId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Maintained by MAKE Technology LLC