Search Results for

    Show / Hide Table of Contents

    Struct AccountResponse

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

    Properties

    Account

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

    CurrentRound

    Round at which the results were computed.

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

    Methods

    Equals(AccountResponse)

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