Class NodeInfo
Information regarding a node from the signed address book.
Implements
Inherited Members
Namespace: Hashgraph.Extensions
Assembly: Hashgraph.dll
Syntax
public sealed class NodeInfo : IEquatable<NodeInfo>
Properties
| Improve this Doc View SourceAddress
The crypto account associated with this node.
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address |
CertificateHash
Hash of the X509 certificate for gRPC traffict to this node.
Declaration
public ReadOnlyMemory<byte> CertificateHash { get; }
Property Value
Type | Description |
---|---|
ReadOnlyMemory<Byte> |
Description
A Description of the node.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
String |
Endpoints
List of public ip addresses and ports exposed by this node.
Declaration
public Endpoint[] Endpoints { get; }
Property Value
Type | Description |
---|---|
Endpoint[] |
Id
Identifier of the node (non-sequential)
Declaration
public long Id { get; }
Property Value
Type | Description |
---|---|
Int64 |
RsaPublicKey
The RSA public key of the node.
Declaration
public string RsaPublicKey { get; }
Property Value
Type | Description |
---|---|
String |
Stake
The amount of tinybars staked to the node.
Declaration
public long Stake { get; }
Property Value
Type | Description |
---|---|
Int64 |