Class AccountDeltas
Inheritance
object
AccountDeltas
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class AccountDeltas
Properties
| Improve this Doc View SourceAccounts
Declaration
[JsonProperty("accounts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<AccountBalanceRecord> Accounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><AccountBalanceRecord> |
Apps
Declaration
[JsonProperty("apps", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<AppResourceRecord> Apps { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><AppResourceRecord> |
Assets
Declaration
[JsonProperty("assets", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<AssetResourceRecord> Assets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><AssetResourceRecord> |