Class VersionInfo
Contains version information identifying the Hedera Services version and API Protobuf version implemented by the node being queried.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class VersionInfo : IEquatable<VersionInfo>
Properties
| Improve this Doc View SourceApiProtobufVersion
Hedera API Protobuf version supported by this node.
Declaration
public SemanticVersion ApiProtobufVersion { get; }
Property Value
Type | Description |
---|---|
SemanticVersion |
HederaServicesVersion
Hedera Services Version implemented by this node.
Declaration
public SemanticVersion HederaServicesVersion { get; }
Property Value
Type | Description |
---|---|
SemanticVersion |