Struct Version
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct Version : IEquatable<Version>
Properties
Build
Declaration
[AlgoApiField("build")]
public BuildVersion Build { get; set; }
Property Value
Genesis_hash_b64
Declaration
[AlgoApiField("genesis_hash_b64")]
public byte[] Genesis_hash_b64 { get; set; }
Property Value
Genesis_id
Declaration
[AlgoApiField("genesis_id")]
public string Genesis_id { get; set; }
Property Value
Versions
Declaration
[AlgoApiField("versions")]
public string[] Versions { get; set; }
Property Value
Methods
Equals(Version)
Declaration
public bool Equals(Version other)
Parameters
Type |
Name |
Description |
Version |
other |
|
Returns