Show / Hide Table of Contents

Class GrpcEndpointData

Represents a gossip node’s gRPC endpoint.

Inheritance
object
GrpcEndpointData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class GrpcEndpointData

Properties

| Edit this page View Source

Address

IPV4 address of the endpoint.

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

Port

Port number to connect with.

Declaration
[JsonPropertyName("port")]
[JsonConverter(typeof(IntMirrorConverter))]
public int Port { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph