Class AccountStateDelta
Application state delta.
Inheritance
object
AccountStateDelta
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 AccountStateDelta
Properties
| Improve this Doc View SourceAddress
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
Delta
Declaration
[JsonProperty("delta", Required = Required.Always)]
[Required]
public ICollection<EvalDeltaKeyValue> Delta { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><EvalDeltaKeyValue> |