Search Results for

    Show / Hide Table of Contents

    Struct AccountDeltas

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

    Properties

    Accounts

    Array of Account updates for the round

    Declaration
    [AlgoApiField("accounts")]
    public AccountBalanceRecord[] Accounts { get; set; }
    Property Value
    Type Description
    AccountBalanceRecord[]

    Apps

    Array of App updates for the round.

    Declaration
    [AlgoApiField("apps")]
    public AppResourceRecord[] Apps { get; set; }
    Property Value
    Type Description
    AppResourceRecord[]

    Assets

    Array of Asset updates for the round.

    Declaration
    [AlgoApiField("assets")]
    public AssetResourceRecord[] Assets { get; set; }
    Property Value
    Type Description
    AssetResourceRecord[]

    Methods

    Equals(AccountDeltas)

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