Search Results for

    Show / Hide Table of Contents

    Struct AccountBalanceRecord

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

    Properties

    AccountData

    Updated account data.

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

    Address

    Address of the updated account.

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

    Methods

    Equals(AccountBalanceRecord)

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