Search Results for

    Show / Hide Table of Contents

    Struct Version

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Version : IEquatable<Version>

    Properties

    Build

    Declaration
    public BuildVersion Build { get; set; }
    Property Value
    Type Description
    BuildVersion

    Genesis_hash_b64

    Declaration
    public byte[] Genesis_hash_b64 { get; set; }
    Property Value
    Type Description
    Byte[]

    Genesis_id

    Declaration
    public string Genesis_id { get; set; }
    Property Value
    Type Description
    String

    Versions

    Declaration
    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
    Back to top
    Generated by DocFX
    ☀
    ☾