Class Version
algod version information.
Inheritance
object
    Version
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class Version
  Properties
| Improve this Doc View SourceBuild
Declaration
[JsonProperty("build", Required = Required.Always)]
[Required]
public BuildVersion Build { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BuildVersion | 
Genesis_hash_b64
Declaration
[JsonProperty("genesis_hash_b64", Required = Required.Always)]
[Required]
public byte[] Genesis_hash_b64 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] | 
Genesis_id
Declaration
[JsonProperty("genesis_id", Required = Required.Always)]
[Required]
public string Genesis_id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Versions
Declaration
[JsonProperty("versions", Required = Required.Always)]
[Required]
public ICollection<string> Versions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><string> |