Struct AccountDeltas
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
Apps
Array of App updates for the round.
Declaration
[AlgoApiField("apps")]
public AppResourceRecord[] Apps { get; set; }
Property Value
Assets
Array of Asset updates for the round.
Declaration
[AlgoApiField("assets")]
public AssetResourceRecord[] Assets { get; set; }
Property Value
Methods
Equals(AccountDeltas)
Declaration
public bool Equals(AccountDeltas other)
Parameters
Returns