Class GrpcEndpointData
Represents a gossip node’s gRPC endpoint.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class GrpcEndpointData
Properties
| Edit this page View SourceAddress
IPV4 address of the endpoint.
Declaration
[JsonPropertyName("ip_address_v4")]
public string? Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
Port number to connect with.
Declaration
[JsonPropertyName("port")]
[JsonConverter(typeof(IntMirrorConverter))]
public int Port { get; set; }
Property Value
| Type | Description |
|---|---|
| int |