Show / Hide Table of Contents

Class NodeInfo

Information regarding a node from the signed address book.

Inheritance
Object
NodeInfo
Implements
IEquatable<NodeInfo>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class NodeInfo : IEquatable<NodeInfo>

Properties

| Improve this Doc View Source

Address

The crypto account associated with this node.

Declaration
public Address Address { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

CertificateHash

Hash of the X509 certificate for gRPC traffict to this node.

Declaration
public ReadOnlyMemory<byte> CertificateHash { get; }
Property Value
Type Description
ReadOnlyMemory<Byte>
| Improve this Doc View Source

Description

A Description of the node.

Declaration
public string Description { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Endpoints

List of public ip addresses and ports exposed by this node.

Declaration
public Endpoint[] Endpoints { get; }
Property Value
Type Description
Endpoint[]
| Improve this Doc View Source

Id

Identifier of the node (non-sequential)

Declaration
public long Id { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

RsaPublicKey

The RSA public key of the node.

Declaration
public string RsaPublicKey { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Stake

The amount of tinybars staked to the node.

Declaration
public long Stake { get; }
Property Value
Type Description
Int64

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph