Search Results for

    Show / Hide Table of Contents

    Struct BuildVersion

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct BuildVersion : IEquatable<BuildVersion>

    Properties

    Branch

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

    Build_number

    Declaration
    [AlgoApiField("build_number")]
    public ulong Build_number { get; set; }
    Property Value
    Type Description
    UInt64

    Channel

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

    Commit_hash

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

    Major

    Declaration
    [AlgoApiField("major")]
    public ulong Major { get; set; }
    Property Value
    Type Description
    UInt64

    Minor

    Declaration
    [AlgoApiField("minor")]
    public ulong Minor { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(BuildVersion)

    Declaration
    public bool Equals(BuildVersion other)
    Parameters
    Type Name Description
    BuildVersion other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾