Search Results for

    Show / Hide Table of Contents

    Struct ApplicationResponse

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

    Properties

    Application

    Declaration
    [AlgoApiField("application")]
    public Application Application { get; set; }
    Property Value
    Type Description
    Application

    CurrentRound

    Round at which the results were computed.

    Declaration
    [AlgoApiField("current-round")]
    public ulong CurrentRound { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(ApplicationResponse)

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