Class BuildVersion
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class BuildVersion
Properties
|
Edit this page
View Source
Branch
Declaration
[JsonProperty("branch", Required = Required.Always)]
[Key("branch")]
[Required]
public string Branch { get; set; }
Property Value
|
Edit this page
View Source
Build_number
Declaration
[JsonProperty("build_number", Required = Required.Always)]
[Key("build_number")]
[Required]
public ulong Build_number { get; set; }
Property Value
|
Edit this page
View Source
Channel
Declaration
[JsonProperty("channel", Required = Required.Always)]
[Key("channel")]
[Required]
public string Channel { get; set; }
Property Value
|
Edit this page
View Source
Commit_hash
Declaration
[JsonProperty("commit_hash", Required = Required.Always)]
[Key("commit_hash")]
[Required]
public string Commit_hash { get; set; }
Property Value
|
Edit this page
View Source
Major
Declaration
[JsonProperty("major", Required = Required.Always)]
[Key("major")]
[Required]
public ulong Major { get; set; }
Property Value
|
Edit this page
View Source
Minor
Declaration
[JsonProperty("minor", Required = Required.Always)]
[Key("minor")]
[Required]
public ulong Minor { get; set; }
Property Value