Class CompilerVersion
Inheritance
CompilerVersion
Assembly: Algorand.dll
Syntax
public class CompilerVersion
Properties
|
Edit this page
View Source
CommitHash
Declaration
[JsonProperty("commitHash")]
public string CommitHash { get; set; }
Property Value
|
Edit this page
View Source
Major
Declaration
[JsonProperty("major")]
public int Major { get; set; }
Property Value
|
Edit this page
View Source
Minor
Declaration
[JsonProperty("minor")]
public int Minor { get; set; }
Property Value
|
Edit this page
View Source
Patch
Declaration
[JsonProperty("patch")]
public int Patch { get; set; }
Property Value