Search Results for

    Show / Hide Table of Contents

    Struct ApplicationLogsResponse

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

    Properties

    ApplicationId

    [appidx] application index.

    Declaration
    [AlgoApiField("application-id")]
    public ulong ApplicationId { get; set; }
    Property Value
    Type Description
    UInt64

    CurrentRound

    Round at which the results were computed.

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

    LogData

    Declaration
    [AlgoApiField("log-data")]
    public ApplicationLogData[] LogData { get; set; }
    Property Value
    Type Description
    ApplicationLogData[]

    NextToken

    Used for pagination, when making another request provide this token with the next parameter.

    Declaration
    [AlgoApiField("next-token")]
    public string NextToken { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(ApplicationLogsResponse)

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