Class PeerVersion
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
The version of the node in semantic format.
public sealed record PeerVersion : IEquatable<PeerVersion>
- Inheritance
-
PeerVersion
- Implements
- Inherited Members
Constructors
PeerVersion(int, int, int)
The version of the node in semantic format.
public PeerVersion(int Major, int Minor, int Revision)
Parameters
Properties
Major
public int Major { get; init; }
Property Value
Minor
public int Minor { get; init; }
Property Value
Revision
public int Revision { get; init; }