Show / Hide Table of Contents

Class VersionInfo

Contains version information identifying the Hedera Services version and API Protobuf version implemented by the node being queried.

Inheritance
object
VersionInfo
Implements
IEquatable<VersionInfo>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record VersionInfo : IEquatable<VersionInfo>

Properties

| Edit this page View Source

ApiProtobufVersion

Hedera API Protobuf version supported by this node.

Declaration
public SemanticVersion ApiProtobufVersion { get; }
Property Value
Type Description
SemanticVersion
| Edit this page View Source

HederaServicesVersion

Hedera Services Version implemented by this node.

Declaration
public SemanticVersion HederaServicesVersion { get; }
Property Value
Type Description
SemanticVersion

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph