Class ConsensusNodeEndpointInfo
Represents a Hedera Node ConsensusNodeEndpoint IP Address and Port
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record ConsensusNodeEndpointInfo : IEquatable<ConsensusNodeEndpointInfo>
Properties
| Edit this page View SourceIpAddress
Presently, the 32-bit IPv4 address of the server node's gRPC access encoded in left to right order (e.g. 127.0.0.1 has 127 as its first byte)
Declaration
public ReadOnlyMemory<byte> IpAddress { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<byte> |
Port
The Port number accessing the server node's gRPC service.
Declaration
public int Port { get; }
Property Value
| Type | Description |
|---|---|
| int |