Search Results for

    Show / Hide Table of Contents

    Struct Version

    Namespace: Algorand.Unity.Algod
    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
    Type Description
    BuildVersion

    Genesis_hash_b64

    Declaration
    [AlgoApiField("genesis_hash_b64")]
    public byte[] Genesis_hash_b64 { get; set; }
    Property Value
    Type Description
    Byte[]

    Genesis_id

    Declaration
    [AlgoApiField("genesis_id")]
    public string Genesis_id { get; set; }
    Property Value
    Type Description
    String

    Versions

    Declaration
    [AlgoApiField("versions")]
    public string[] Versions { get; set; }
    Property Value
    Type Description
    String[]

    Methods

    Equals(Version)

    Declaration
    public bool Equals(Version other)
    Parameters
    Type Name Description
    Version other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    • Properties
      • Build
      • Genesis_hash_b64
      • Genesis_id
      • Versions
    • Methods
      • Equals(Version)
    Back to top
    Generated by DocFX
    ☀
    ☾